#C4AF2B

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

Shades of Earls Green #C4AF2B

Tints of Earls Green #C4AF2B

Color information

#C4AF2B (or 0xC4AF2B) is unknown color: approx Earls Green. HEX triplet: C4, AF and 2B. RGB value is (196,175,43). Sum of RGB (Red+Green+Blue) = 196+175+43=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF2B is #3B50D4. Grayscale: #A6A6A6. Windows color (decimal): -3887317 or 2863044. OLE color: 2863044.

HSL color Cylindrical-coordinate representation of color #C4AF2B: hue angle of 51.76º 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 #C4AF2B is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19617543-
CMYK00.110.780.23
HSL51.76º64.02%46.86%-
HSV(B)51.76º78.06%76.86%-
XYZ38.5342.578.47-
YUV166.2358.46149.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 43 (17.19% from 255) = 10.39%
R=47.34%
G=42.27%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961754300.110.780.2351.7664.0246.86
HexC4AF2B0B4E1734402f
Octal30425753013116276410057
Binary1100010010101111101011010111001110101111101001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AF2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AF2B; }

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

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

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

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

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

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

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

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