Shades of Green Mist #CCCF9C
Tints of Green Mist #CCCF9C
RGB
CMYK
RGB Variations
Color information
#CCCF9C (or 0xCCCF9C) is known color: Green Mist. HEX triplet: CC, CF and 9C. RGB value is (204,207,156). Sum of RGB (Red+Green+Blue) = 204+207+156=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF9C is #333063. Grayscale: #C8C8C8. Windows color (decimal): -3354724 or 10276812. OLE color: 10276812.
HSL color Cylindrical-coordinate representation of color #CCCF9C: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCCF9C is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 156 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.19 |
| HSL | 63.53º | 0.35% | 0.71% | - |
| HSV(B) | 63.53º | 0.25% | 0.81% | - |
| XYZ | 53.22 | 59.86 | 40.2 | - |
| YUV | 200.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 156 | 0.01 | 0 | 0.25 | 0.19 | 63.53 | 0.35 | 0.71 |
| Hex | CC | CF | 9C | 1 | 0 | 19 | 13 | 40 | 23 | 47 |
| Octal | 314 | 317 | 234 | 1 | 0 | 31 | 23 | 100 | 43 | 107 |
| Binary | 11001100 | 11001111 | 10011100 | 1 | 0 | 11001 | 10011 | 1000000 | 100011 | 1000111 |
Color Harmonies of #CCCF9C
Complementary color
Monochromatic Colors of #CCCF9C
Black with #CCCF9C
Text Example
Text Example
White with #CCCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF9C; }
p { color: rgb(204,207,156); }
H1.HeaderClassName
{
color: #CCCF9C;
}
.AnyTagClassName
{
color: #CCCF9C;
}
</style>
background-color css
<style>
a { background-color: #CCCF9C; }
a { background-color: rgb(204,207,156); }
div.DivClassName
{
background-color: #CCCF9C;
}
.BgClassName
{
background-color: #CCCF9C;
}
</style>
border-color css
<style>
span { border-color: #CCCF9C; }
span { border-color: rgb(204,207,156); }
td.TdClassName
{
border-color: #CCCF9C;
}
.TagClassName
{
border-color: #CCCF9C;
}
</style>