#c4b72a

Color #C4B72A Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C4B72A

Tints of Earls Green #C4B72A

Color information

#C4B72A (or 0xC4B72A) is unknown color: approx Earls Green. HEX triplet: C4, B7 and 2A. RGB value is (196,183,42). Sum of RGB (Red+Green+Blue) = 196+183+42=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B72A is #3B48D5. Grayscale: #ABABAB. Windows color (decimal): -3885270 or 2799556. OLE color: 2799556.

HSL color Cylindrical-coordinate representation of color #C4B72A: hue angle of 54.94º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4B72A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB19618342-
CMYK00.070.790.23
HSL54.94º64.71%46.67%-
HSV(B)54.94º78.57%76.86%-
XYZ40.1245.778.91-
YUV170.8155.31145.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 42 (16.80% from 255) = 9.98%
R=46.56%
G=43.47%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961834200.070.790.2354.9464.7146.67
HexC4B72A074F1737412f
Octal3042675207117276710157
Binary110001001011011110101001111001111101111101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b72a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b72a; }

 p { color: rgb(196,183,42); }

 H1.HeaderClassName
 {
   color: #c4b72a;
 }
 .AnyTagClassName
 {
   color: #c4b72a;
 }
</style>
background-color css

<style>
 a { background-color: #c4b72a; }

 a { background-color: rgb(196,183,42); }

 div.DivClassName
 {
   background-color: #c4b72a;
 }
 .BgClassName
 {
   background-color: #c4b72a;
 }
</style>
border-color css

<style>
 span { border-color: #c4b72a; }

 span { border-color: rgb(196,183,42); }

 td.TdClassName
 {
   border-color: #c4b72a;
 }
 .TagClassName
 {
   border-color: #c4b72a;
 }
</style>