#C2B223

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

Shades of Earls Green #C2B223

Tints of Earls Green #C2B223

Color information

#C2B223 (or 0xC2B223) is unknown color: approx Earls Green. HEX triplet: C2, B2 and 23. RGB value is (194,178,35). Sum of RGB (Red+Green+Blue) = 194+178+35=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B223 is #3D4DDC. Grayscale: #A7A7A7. Windows color (decimal): -4017629 or 2339522. OLE color: 2339522.

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

Color convert

RGB19417835-
CMYK00.080.820.24
HSL53.96º69.43%44.9%-
HSV(B)53.96º81.96%76.08%-
XYZ38.4743.437.95-
YUV166.4853.8147.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 178 (69.92% from 255) = 43.73%
BLUE value IS 35 (14.06% from 255) = 8.60%
R=47.67%
G=43.73%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941783500.080.820.2453.9669.4344.9
HexC2B22308521836452d
Octal30226243010122306610555
Binary1100001010110010100011010001010010110001101101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B223; }

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

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

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

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

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

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

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

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