Shades of Green Mist #CCCC9C
Tints of Green Mist #CCCC9C
RGB
CMYK
RGB Variations
Color information
#CCCC9C (or 0xCCCC9C) is known color: Green Mist. HEX triplet: CC, CC and 9C. RGB value is (204,204,156). Sum of RGB (Red+Green+Blue) = 204+204+156=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC9C is #333363. Grayscale: #C6C6C6. Windows color (decimal): -3355492 or 10276044. OLE color: 10276044.
HSL color Cylindrical-coordinate representation of color #CCCC9C: hue angle of 60º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCCC9C is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 156 | - |
| CMYK | 0 | 0 | 0.24 | 0.2 |
| HSL | 60º | 0.32% | 0.71% | - |
| HSV(B) | 60º | 0.24% | 0.8% | - |
| XYZ | 52.5 | 58.42 | 39.96 | - |
| YUV | 198.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 156 | 0 | 0 | 0.24 | 0.2 | 60 | 0.32 | 0.71 |
| Hex | CC | CC | 9C | 0 | 0 | 18 | 14 | 3C | 20 | 47 |
| Octal | 314 | 314 | 234 | 0 | 0 | 30 | 24 | 74 | 40 | 107 |
| Binary | 11001100 | 11001100 | 10011100 | 0 | 0 | 11000 | 10100 | 111100 | 100000 | 1000111 |
Color Harmonies of #CCCC9C
Complementary color
Monochromatic Colors of #CCCC9C
Black with #CCCC9C
Text Example
Text Example
White with #CCCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC9C; }
p { color: rgb(204,204,156); }
H1.HeaderClassName
{
color: #CCCC9C;
}
.AnyTagClassName
{
color: #CCCC9C;
}
</style>
background-color css
<style>
a { background-color: #CCCC9C; }
a { background-color: rgb(204,204,156); }
div.DivClassName
{
background-color: #CCCC9C;
}
.BgClassName
{
background-color: #CCCC9C;
}
</style>
border-color css
<style>
span { border-color: #CCCC9C; }
span { border-color: rgb(204,204,156); }
td.TdClassName
{
border-color: #CCCC9C;
}
.TagClassName
{
border-color: #CCCC9C;
}
</style>