#CCCE96

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

Shades of Green Mist #CCCE96

Tints of Green Mist #CCCE96

Color information

#CCCE96 (or 0xCCCE96) is unknown color: approx Green Mist. HEX triplet: CC, CE and 96. RGB value is (204,206,150). Sum of RGB (Red+Green+Blue) = 204+206+150=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE96 is #333169. Grayscale: #C7C7C7. Windows color (decimal): -3354986 or 9883340. OLE color: 9883340.

HSL color Cylindrical-coordinate representation of color #CCCE96: hue angle of 62.14º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCCE96 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB204206150-
CMYK0.0100.270.19
HSL62.14º36.36%69.8%-
HSV(B)62.14º27.18%80.78%-
XYZ52.4859.1837.51-
YUV199.02100.34131.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 150 (58.98% from 255) = 26.79%
R=36.43%
G=36.79%
B=26.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061500.0100.270.1962.1436.3669.8
HexCCCE96101B133e2446
Octal3143162261033237644106
Binary1100110011001110100101101011011100111111101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCE96; }

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

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

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

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

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

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

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

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