#C2CB9C

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

Shades of Green Mist #C2CB9C

Tints of Green Mist #C2CB9C

Color information

#C2CB9C (or 0xC2CB9C) is unknown color: approx Green Mist. HEX triplet: C2, CB and 9C. RGB value is (194,203,156). Sum of RGB (Red+Green+Blue) = 194+203+156=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CB9C is #3D3463. Grayscale: #C3C3C3. Windows color (decimal): -4011108 or 10275778. OLE color: 10275778.

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

Color convert

RGB194203156-
CMYK0.0400.230.20
HSL71.49º31.13%70.39%-
HSV(B)71.49º23.15%79.61%-
XYZ49.656.5839.76-
YUV194.95106.02127.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=35.08%
G=36.71%
B=28.21%

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
Decimal1942031560.0400.230.2071.4931.1370.39
HexC2CB9C401714471f46
Octal30231323440272410737106
Binary110000101100101110011100100010111101001000111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CB9C; }

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

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

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

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

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

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

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

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