Shades of Green Mist #CCCF9B
Tints of Green Mist #CCCF9B
RGB
CMYK
RGB Variations
Color information
#CCCF9B (or 0xCCCF9B) is known color: Green Mist. HEX triplet: CC, CF and 9B. RGB value is (204,207,155). Sum of RGB (Red+Green+Blue) = 204+207+155=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF9B is #333064. Grayscale: #C8C8C8. Windows color (decimal): -3354725 or 10211276. OLE color: 10211276.
HSL color Cylindrical-coordinate representation of color #CCCF9B: hue angle of 63.46º 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 #CCCF9B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 155 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.19 |
| HSL | 63.46º | 0.35% | 0.71% | - |
| HSV(B) | 63.46º | 0.25% | 0.81% | - |
| XYZ | 53.13 | 59.83 | 39.76 | - |
| YUV | 200.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 155 | 0.01 | 0 | 0.25 | 0.19 | 63.46 | 0.35 | 0.71 |
| Hex | CC | CF | 9B | 1 | 0 | 19 | 13 | 3F | 23 | 47 |
| Octal | 314 | 317 | 233 | 1 | 0 | 31 | 23 | 77 | 43 | 107 |
| Binary | 11001100 | 11001111 | 10011011 | 1 | 0 | 11001 | 10011 | 111111 | 100011 | 1000111 |
Color Harmonies of #CCCF9B
Complementary color
Monochromatic Colors of #CCCF9B
Black with #CCCF9B
Text Example
Text Example
White with #CCCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF9B; }
p { color: rgb(204,207,155); }
H1.HeaderClassName
{
color: #CCCF9B;
}
.AnyTagClassName
{
color: #CCCF9B;
}
</style>
background-color css
<style>
a { background-color: #CCCF9B; }
a { background-color: rgb(204,207,155); }
div.DivClassName
{
background-color: #CCCF9B;
}
.BgClassName
{
background-color: #CCCF9B;
}
</style>
border-color css
<style>
span { border-color: #CCCF9B; }
span { border-color: rgb(204,207,155); }
td.TdClassName
{
border-color: #CCCF9B;
}
.TagClassName
{
border-color: #CCCF9B;
}
</style>