#C2A82B

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

Shades of Earls Green #C2A82B

Tints of Earls Green #C2A82B

Color information

#C2A82B (or 0xC2A82B) is unknown color: approx Earls Green. HEX triplet: C2, A8 and 2B. RGB value is (194,168,43). Sum of RGB (Red+Green+Blue) = 194+168+43=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A82B is #3D57D4. Grayscale: #A2A2A2. Windows color (decimal): -4020181 or 2861250. OLE color: 2861250.

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

Color convert

RGB19416843-
CMYK00.130.780.24
HSL49.67º63.71%46.47%-
HSV(B)49.67º77.84%76.08%-
XYZ36.6939.658-
YUV161.5261.11151.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 168 (66.02% from 255) = 41.48%
BLUE value IS 43 (17.19% from 255) = 10.62%
R=47.90%
G=41.48%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941684300.130.780.2449.6763.7146.47
HexC2A82B0D4E1832402e
Octal30225053015116306210056
Binary1100001010101000101011011011001110110001100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A82B; }

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

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

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

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

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

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

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

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