#C4CB97

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

Shades of Green Mist #C4CB97

Tints of Green Mist #C4CB97

Color information

#C4CB97 (or 0xC4CB97) is unknown color: approx Green Mist. HEX triplet: C4, CB and 97. RGB value is (196,203,151). Sum of RGB (Red+Green+Blue) = 196+203+151=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CB97 is #3B3468. Grayscale: #C3C3C3. Windows color (decimal): -3880041 or 9948100. OLE color: 9948100.

HSL color Cylindrical-coordinate representation of color #C4CB97: hue angle of 68.08º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4CB97 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB196203151-
CMYK0.0300.260.20
HSL68.08º33.33%69.41%-
HSV(B)68.08º25.62%79.61%-
XYZ49.7156.6837.6-
YUV194.98103.18128.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.64%
GREEN value IS 203 (79.69% from 255) = 36.91%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=35.64%
G=36.91%
B=27.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031510.0300.260.2068.0833.3369.41
HexC4CB97301A14442145
Octal30431322730322410441105
Binary110001001100101110010111110110101010010001001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB97; }

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

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

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

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

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

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

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

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