Shades of Green Mist #CCD196
Tints of Green Mist #CCD196
RGB
CMYK
RGB Variations
Color information
#CCD196 (or 0xCCD196) is known color: Green Mist. HEX triplet: CC, D1 and 96. RGB value is (204,209,150). Sum of RGB (Red+Green+Blue) = 204+209+150=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD196 is #332E69. Grayscale: #C9C9C9. Windows color (decimal): -3354218 or 9884108. OLE color: 9884108.
HSL color Cylindrical-coordinate representation of color #CCD196: hue angle of 65.08º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD196 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 150 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.18 |
| HSL | 65.08º | 0.39% | 0.7% | - |
| HSV(B) | 65.08º | 0.28% | 0.82% | - |
| XYZ | 53.21 | 60.64 | 37.75 | - |
| YUV | 200.78 | 99.34 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 150 | 0.02 | 0 | 0.28 | 0.18 | 65.08 | 0.39 | 0.7 |
| Hex | CC | D1 | 96 | 2 | 0 | 1C | 12 | 41 | 27 | 46 |
| Octal | 314 | 321 | 226 | 2 | 0 | 34 | 22 | 101 | 47 | 106 |
| Binary | 11001100 | 11010001 | 10010110 | 10 | 0 | 11100 | 10010 | 1000001 | 100111 | 1000110 |
Color Harmonies of #CCD196
Complementary color
Monochromatic Colors of #CCD196
Black with #CCD196
Text Example
Text Example
White with #CCD196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD196; }
p { color: rgb(204,209,150); }
H1.HeaderClassName
{
color: #CCD196;
}
.AnyTagClassName
{
color: #CCD196;
}
</style>
background-color css
<style>
a { background-color: #CCD196; }
a { background-color: rgb(204,209,150); }
div.DivClassName
{
background-color: #CCD196;
}
.BgClassName
{
background-color: #CCD196;
}
</style>
border-color css
<style>
span { border-color: #CCD196; }
span { border-color: rgb(204,209,150); }
td.TdClassName
{
border-color: #CCD196;
}
.TagClassName
{
border-color: #CCD196;
}
</style>