#C4AD2E

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

Shades of Earls Green #C4AD2E

Tints of Earls Green #C4AD2E

Color information

#C4AD2E (or 0xC4AD2E) is unknown color: approx Earls Green. HEX triplet: C4, AD and 2E. RGB value is (196,173,46). Sum of RGB (Red+Green+Blue) = 196+173+46=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD2E is #3B52D1. Grayscale: #A5A5A5. Windows color (decimal): -3887826 or 3059140. OLE color: 3059140.

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

Color convert

RGB19617346-
CMYK00.120.770.23
HSL50.8º61.98%47.45%-
HSV(B)50.8º76.53%76.86%-
XYZ38.241.828.64-
YUV165.460.62149.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 46 (18.36% from 255) = 11.08%
R=47.23%
G=41.69%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961734600.120.770.2350.861.9847.45
HexC4AD2E0C4D17333e2f
Octal3042555601411527637657
Binary110001001010110110111001100100110110111110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD2E; }

 p { color: rgb(196,173,46); }

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

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

 a { background-color: rgb(196,173,46); }

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

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

 span { border-color: rgb(196,173,46); }

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