#C2C99B

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

Shades of Green Mist #C2C99B

Tints of Green Mist #C2C99B

Color information

#C2C99B (or 0xC2C99B) is unknown color: approx Green Mist. HEX triplet: C2, C9 and 9B. RGB value is (194,201,155). Sum of RGB (Red+Green+Blue) = 194+201+155=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C99B is #3D3664. Grayscale: #C1C1C1. Windows color (decimal): -4011621 or 10209730. OLE color: 10209730.

HSL color Cylindrical-coordinate representation of color #C2C99B: hue angle of 69.13º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2C99B is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB194201155-
CMYK0.0300.230.21
HSL69.13º29.87%69.8%-
HSV(B)69.13º22.89%78.82%-
XYZ49.0555.6139.16-
YUV193.66106.18128.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 201 (78.91% from 255) = 36.55%
BLUE value IS 155 (60.94% from 255) = 28.18%
R=35.27%
G=36.55%
B=28.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942011550.0300.230.2169.1329.8769.8
HexC2C99B301715451e46
Octal30231123330272510536106
Binary11000010110010011001101111010111101011000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C99B; }

 p { color: rgb(194,201,155); }

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

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

 a { background-color: rgb(194,201,155); }

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

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

 span { border-color: rgb(194,201,155); }

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