#C2AA2B

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

Shades of Earls Green #C2AA2B

Tints of Earls Green #C2AA2B

Color information

#C2AA2B (or 0xC2AA2B) is unknown color: approx Earls Green. HEX triplet: C2, AA and 2B. RGB value is (194,170,43). Sum of RGB (Red+Green+Blue) = 194+170+43=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AA2B is #3D55D4. Grayscale: #A3A3A3. Windows color (decimal): -4019669 or 2861762. OLE color: 2861762.

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

Color convert

RGB19417043-
CMYK00.120.780.24
HSL50.46º63.71%46.47%-
HSV(B)50.46º77.84%76.08%-
XYZ37.0640.398.13-
YUV162.760.45150.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 43 (17.19% from 255) = 10.57%
R=47.67%
G=41.77%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941704300.120.780.2450.4663.7146.47
HexC2AA2B0C4E1832402e
Octal30225253014116306210056
Binary1100001010101010101011011001001110110001100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA2B; }

 p { color: rgb(194,170,43); }

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

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

 a { background-color: rgb(194,170,43); }

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

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

 span { border-color: rgb(194,170,43); }

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