#C2A81C

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

Shades of Earls Green #C2A81C

Tints of Earls Green #C2A81C

Color information

#C2A81C (or 0xC2A81C) is unknown color: approx Earls Green. HEX triplet: C2, A8 and 1C. RGB value is (194,168,28). Sum of RGB (Red+Green+Blue) = 194+168+28=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A81C is #3D57E3. Grayscale: #A0A0A0. Windows color (decimal): -4020196 or 1878210. OLE color: 1878210.

HSL color Cylindrical-coordinate representation of color #C2A81C: hue angle of 50.6º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2A81C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB19416828-
CMYK00.130.860.24
HSL50.6º74.77%43.53%-
HSV(B)50.6º85.57%76.08%-
XYZ36.4639.566.81-
YUV159.8153.61152.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 28 (11.33% from 255) = 7.18%
R=49.74%
G=43.08%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941682800.130.860.2450.674.7743.53
HexC2A81C0D5618334b2c
Octal30225034015126306311354
Binary110000101010100011100011011010110110001100111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A81C; }

 p { color: rgb(194,168,28); }

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

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

 a { background-color: rgb(194,168,28); }

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

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

 span { border-color: rgb(194,168,28); }

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