#C4AD2B

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

Shades of Earls Green #C4AD2B

Tints of Earls Green #C4AD2B

Color information

#C4AD2B (or 0xC4AD2B) is unknown color: approx Earls Green. HEX triplet: C4, AD and 2B. RGB value is (196,173,43). Sum of RGB (Red+Green+Blue) = 196+173+43=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD2B is #3B52D4. Grayscale: #A5A5A5. Windows color (decimal): -3887829 or 2862532. OLE color: 2862532.

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

Color convert

RGB19617343-
CMYK00.120.780.23
HSL50.98º64.02%46.86%-
HSV(B)50.98º78.06%76.86%-
XYZ38.1441.88.34-
YUV165.0659.12150.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 43 (17.19% from 255) = 10.44%
R=47.57%
G=41.99%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961734300.120.780.2350.9864.0246.86
HexC4AD2B0C4E1733402f
Octal30425553014116276310057
Binary1100010010101101101011011001001110101111100111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD2B; }

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

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

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

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

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

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

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

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