#C2C08E

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

Shades of Green Mist #C2C08E

Tints of Green Mist #C2C08E

Color information

#C2C08E (or 0xC2C08E) is unknown color: approx Green Mist. HEX triplet: C2, C0 and 8E. RGB value is (194,192,142). Sum of RGB (Red+Green+Blue) = 194+192+142=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C08E is #3D3F71. Grayscale: #BBBBBB. Windows color (decimal): -4013938 or 9355458. OLE color: 9355458.

HSL color Cylindrical-coordinate representation of color #C2C08E: hue angle of 57.69º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2C08E is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194192142-
CMYK00.010.270.24
HSL57.69º29.89%65.88%-
HSV(B)57.69º26.8%76.08%-
XYZ45.9851.1233.04-
YUV186.9102.66133.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.74%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=36.74%
G=36.36%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419214200.010.270.2457.6929.8965.88
HexC2C08E011B183a1e42
Octal3023002160133307236102
Binary110000101100000010001110011101111000111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C08E; }

 p { color: rgb(194,192,142); }

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

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

 a { background-color: rgb(194,192,142); }

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

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

 span { border-color: rgb(194,192,142); }

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