#C4CB9D

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

Shades of Green Mist #C4CB9D

Tints of Green Mist #C4CB9D

Color information

#C4CB9D (or 0xC4CB9D) is unknown color: approx Green Mist. HEX triplet: C4, CB and 9D. RGB value is (196,203,157). Sum of RGB (Red+Green+Blue) = 196+203+157=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB9D is #3B3462. Grayscale: #C3C3C3. Windows color (decimal): -3880035 or 10341316. OLE color: 10341316.

HSL color Cylindrical-coordinate representation of color #C4CB9D: hue angle of 69.13º 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 #C4CB9D is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB196203157-
CMYK0.0300.230.20
HSL69.13º30.67%70.59%-
HSV(B)69.13º22.66%79.61%-
XYZ50.2156.8840.23-
YUV195.66106.18128.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 203 (79.69% from 255) = 36.51%
BLUE value IS 157 (61.72% from 255) = 28.24%
R=35.25%
G=36.51%
B=28.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031570.0300.230.2069.1330.6770.59
HexC4CB9D301714451f47
Octal30431323530272410537107
Binary11000100110010111001110111010111101001000101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB9D; }

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

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

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

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

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

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

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

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