#C2B22C

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

Shades of Earls Green #C2B22C

Tints of Earls Green #C2B22C

Color information

#C2B22C (or 0xC2B22C) is unknown color: approx Earls Green. HEX triplet: C2, B2 and 2C. RGB value is (194,178,44). Sum of RGB (Red+Green+Blue) = 194+178+44=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B22C is #3D4DD3. Grayscale: #A8A8A8. Windows color (decimal): -4017620 or 2929346. OLE color: 2929346.

HSL color Cylindrical-coordinate representation of color #C2B22C: hue angle of 53.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2B22C is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19417844-
CMYK00.080.770.24
HSL53.6º63.03%46.67%-
HSV(B)53.6º77.32%76.08%-
XYZ38.6243.498.74-
YUV167.5158.3146.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 44 (17.58% from 255) = 10.58%
R=46.63%
G=42.79%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941784400.080.770.2453.663.0346.67
HexC2B22C084D18363f2f
Octal3022625401011530667757
Binary110000101011001010110001000100110111000110110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B22C; }

 p { color: rgb(194,178,44); }

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

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

 a { background-color: rgb(194,178,44); }

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

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

 span { border-color: rgb(194,178,44); }

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