Shades of Green Mist #CCD198
Tints of Green Mist #CCD198
RGB
CMYK
RGB Variations
Color information
#CCD198 (or 0xCCD198) is known color: Green Mist. HEX triplet: CC, D1 and 98. RGB value is (204,209,152). Sum of RGB (Red+Green+Blue) = 204+209+152=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD198 is #332E67. Grayscale: #C9C9C9. Windows color (decimal): -3354216 or 10015180. OLE color: 10015180.
HSL color Cylindrical-coordinate representation of color #CCD198: hue angle of 65.26º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCD198 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 152 | - |
| CMYK | 0.02 | 0 | 0.27 | 0.18 |
| HSL | 65.26º | 0.38% | 0.71% | - |
| HSV(B) | 65.26º | 0.27% | 0.82% | - |
| XYZ | 53.37 | 60.71 | 38.61 | - |
| YUV | 201.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 152 | 0.02 | 0 | 0.27 | 0.18 | 65.26 | 0.38 | 0.71 |
| Hex | CC | D1 | 98 | 2 | 0 | 1B | 12 | 41 | 26 | 47 |
| Octal | 314 | 321 | 230 | 2 | 0 | 33 | 22 | 101 | 46 | 107 |
| Binary | 11001100 | 11010001 | 10011000 | 10 | 0 | 11011 | 10010 | 1000001 | 100110 | 1000111 |
Color Harmonies of #CCD198
Complementary color
Monochromatic Colors of #CCD198
Black with #CCD198
Text Example
Text Example
White with #CCD198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD198; }
p { color: rgb(204,209,152); }
H1.HeaderClassName
{
color: #CCD198;
}
.AnyTagClassName
{
color: #CCD198;
}
</style>
background-color css
<style>
a { background-color: #CCD198; }
a { background-color: rgb(204,209,152); }
div.DivClassName
{
background-color: #CCD198;
}
.BgClassName
{
background-color: #CCD198;
}
</style>
border-color css
<style>
span { border-color: #CCD198; }
span { border-color: rgb(204,209,152); }
td.TdClassName
{
border-color: #CCD198;
}
.TagClassName
{
border-color: #CCD198;
}
</style>