#C2C08F

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

Shades of Green Mist #C2C08F

Tints of Green Mist #C2C08F

Color information

#C2C08F (or 0xC2C08F) is unknown color: approx Green Mist. HEX triplet: C2, C0 and 8F. RGB value is (194,192,143). Sum of RGB (Red+Green+Blue) = 194+192+143=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C08F is #3D3F70. Grayscale: #BBBBBB. Windows color (decimal): -4013937 or 9420994. OLE color: 9420994.

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

Color convert

RGB194192143-
CMYK00.010.260.24
HSL57.65º29.48%66.08%-
HSV(B)57.65º26.29%76.08%-
XYZ46.0651.1533.43-
YUV187.01103.16132.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=36.67%
G=36.29%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419214300.010.260.2457.6529.4866.08
HexC2C08F011A183a1d42
Octal3023002170132307235102
Binary110000101100000010001111011101011000111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C08F; }

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

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

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

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

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

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

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

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