#C2CB9D

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

Shades of Green Mist #C2CB9D

Tints of Green Mist #C2CB9D

Color information

#C2CB9D (or 0xC2CB9D) is unknown color: approx Green Mist. HEX triplet: C2, CB and 9D. RGB value is (194,203,157). Sum of RGB (Red+Green+Blue) = 194+203+157=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CB9D is #3D3462. Grayscale: #C3C3C3. Windows color (decimal): -4011107 or 10341314. OLE color: 10341314.

HSL color Cylindrical-coordinate representation of color #C2CB9D: hue angle of 71.74º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CB9D is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB194203157-
CMYK0.0400.230.20
HSL71.74º30.67%70.59%-
HSV(B)71.74º22.66%79.61%-
XYZ49.6956.6240.21-
YUV195.06106.52127.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 203 (79.69% from 255) = 36.64%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=35.02%
G=36.64%
B=28.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1942031570.0400.230.2071.7430.6770.59
HexC2CB9D401714481f47
Octal30231323540272411037107
Binary110000101100101110011101100010111101001001000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CB9D; }

 p { color: rgb(194,203,157); }

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

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

 a { background-color: rgb(194,203,157); }

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

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

 span { border-color: rgb(194,203,157); }

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