#C2B529

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

Shades of Earls Green #C2B529

Tints of Earls Green #C2B529

Color information

#C2B529 (or 0xC2B529) is unknown color: approx Earls Green. HEX triplet: C2, B5 and 29. RGB value is (194,181,41). Sum of RGB (Red+Green+Blue) = 194+181+41=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B529 is #3D4AD6. Grayscale: #A9A9A9. Windows color (decimal): -4016855 or 2733506. OLE color: 2733506.

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

Color convert

RGB19418141-
CMYK00.070.790.24
HSL54.9º65.11%46.08%-
HSV(B)54.9º78.87%76.08%-
XYZ39.1744.688.66-
YUV168.9355.81145.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 41 (16.41% from 255) = 9.86%
R=46.63%
G=43.51%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941814100.070.790.2454.965.1146.08
HexC2B529074F1837412e
Octal3022655107117306710156
Binary110000101011010110100101111001111110001101111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B529; }

 p { color: rgb(194,181,41); }

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

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

 a { background-color: rgb(194,181,41); }

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

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

 span { border-color: rgb(194,181,41); }

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