#c2b22e

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

Shades of Earls Green #C2B22E

Tints of Earls Green #C2B22E

Color information

#C2B22E (or 0xC2B22E) is unknown color: approx Earls Green. HEX triplet: C2, B2 and 2E. RGB value is (194,178,46). Sum of RGB (Red+Green+Blue) = 194+178+46=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B22E is #3D4DD1. Grayscale: #A8A8A8. Windows color (decimal): -4017618 or 3060418. OLE color: 3060418.

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

Color convert

RGB19417846-
CMYK00.080.760.24
HSL53.51º61.67%47.06%-
HSV(B)53.51º76.29%76.08%-
XYZ38.6643.518.94-
YUV167.7459.3146.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 178 (69.92% from 255) = 42.58%
BLUE value IS 46 (18.36% from 255) = 11.00%
R=46.41%
G=42.58%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941784600.080.760.2453.5161.6747.06
HexC2B22E084C18363e2f
Octal3022625601011430667657
Binary110000101011001010111001000100110011000110110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b22e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b22e; }

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

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

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

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

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

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

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

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