#C2A81D

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

Shades of Earls Green #C2A81D

Tints of Earls Green #C2A81D

Color information

#C2A81D (or 0xC2A81D) is unknown color: approx Earls Green. HEX triplet: C2, A8 and 1D. RGB value is (194,168,29). Sum of RGB (Red+Green+Blue) = 194+168+29=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A81D is #3D57E2. Grayscale: #A0A0A0. Windows color (decimal): -4020195 or 1943746. OLE color: 1943746.

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

Color convert

RGB19416829-
CMYK00.130.850.24
HSL50.55º73.99%43.73%-
HSV(B)50.55º85.05%76.08%-
XYZ36.4739.566.88-
YUV159.9354.11152.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 29 (11.72% from 255) = 7.42%
R=49.62%
G=42.97%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941682900.130.850.2450.5573.9943.73
HexC2A81D0D5518334a2c
Octal30225035015125306311254
Binary110000101010100011101011011010101110001100111001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A81D; }

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

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

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

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

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

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

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

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