Shades of Green Mist #CCCE9C
Tints of Green Mist #CCCE9C
RGB
CMYK
RGB Variations
Color information
#CCCE9C (or 0xCCCE9C) is known color: Green Mist. HEX triplet: CC, CE and 9C. RGB value is (204,206,156). Sum of RGB (Red+Green+Blue) = 204+206+156=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE9C is #333163. Grayscale: #C7C7C7. Windows color (decimal): -3354980 or 10276556. OLE color: 10276556.
HSL color Cylindrical-coordinate representation of color #CCCE9C: hue angle of 62.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCCE9C is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 156 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.19 |
| HSL | 62.4º | 0.34% | 0.71% | - |
| HSV(B) | 62.4º | 0.24% | 0.81% | - |
| XYZ | 52.97 | 59.38 | 40.12 | - |
| YUV | 199.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 156 | 0.01 | 0 | 0.24 | 0.19 | 62.4 | 0.34 | 0.71 |
| Hex | CC | CE | 9C | 1 | 0 | 18 | 13 | 3E | 22 | 47 |
| Octal | 314 | 316 | 234 | 1 | 0 | 30 | 23 | 76 | 42 | 107 |
| Binary | 11001100 | 11001110 | 10011100 | 1 | 0 | 11000 | 10011 | 111110 | 100010 | 1000111 |
Color Harmonies of #CCCE9C
Complementary color
Monochromatic Colors of #CCCE9C
Black with #CCCE9C
Text Example
Text Example
White with #CCCE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE9C; }
p { color: rgb(204,206,156); }
H1.HeaderClassName
{
color: #CCCE9C;
}
.AnyTagClassName
{
color: #CCCE9C;
}
</style>
background-color css
<style>
a { background-color: #CCCE9C; }
a { background-color: rgb(204,206,156); }
div.DivClassName
{
background-color: #CCCE9C;
}
.BgClassName
{
background-color: #CCCE9C;
}
</style>
border-color css
<style>
span { border-color: #CCCE9C; }
span { border-color: rgb(204,206,156); }
td.TdClassName
{
border-color: #CCCE9C;
}
.TagClassName
{
border-color: #CCCE9C;
}
</style>