#C9CC96

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

Shades of Green Mist #C9CC96

Tints of Green Mist #C9CC96

Color information

#C9CC96 (or 0xC9CC96) is unknown color: approx Green Mist. HEX triplet: C9, CC and 96. RGB value is (201,204,150). Sum of RGB (Red+Green+Blue) = 201+204+150=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CC96 is #363369. Grayscale: #C5C5C5. Windows color (decimal): -3552106 or 9882825. OLE color: 9882825.

HSL color Cylindrical-coordinate representation of color #C9CC96: hue angle of 63.33º degrees, saturation: 0.35, 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 #C9CC96 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB201204150-
CMYK0.0100.260.2
HSL63.33º34.62%69.41%-
HSV(B)63.33º26.47%80%-
XYZ51.1957.8137.31-
YUV196.95101.51130.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=36.22%
G=36.76%
B=27.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012041500.0100.260.263.3334.6269.41
HexC9CC96101A143f2345
Octal3113142261032247743105
Binary1100100111001100100101101011010101001111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CC96; }

 p { color: rgb(201,204,150); }

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

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

 a { background-color: rgb(201,204,150); }

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

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

 span { border-color: rgb(201,204,150); }

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