Shades of Green Mist #CCD09C
Tints of Green Mist #CCD09C
RGB
CMYK
RGB Variations
Color information
#CCD09C (or 0xCCD09C) is known color: Green Mist. HEX triplet: CC, D0 and 9C. RGB value is (204,208,156). Sum of RGB (Red+Green+Blue) = 204+208+156=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 156 (61.33% from 255 or 27.46% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD09C is #332F63. Grayscale: #C9C9C9. Windows color (decimal): -3354468 or 10277068. OLE color: 10277068.
HSL color Cylindrical-coordinate representation of color #CCD09C: hue angle of 64.62º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD09C is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 156 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.18 |
| HSL | 64.62º | 0.36% | 0.71% | - |
| HSV(B) | 64.62º | 0.25% | 0.82% | - |
| XYZ | 53.46 | 60.35 | 40.28 | - |
| YUV | 200.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 156 | 0.02 | 0 | 0.25 | 0.18 | 64.62 | 0.36 | 0.71 |
| Hex | CC | D0 | 9C | 2 | 0 | 19 | 12 | 41 | 24 | 47 |
| Octal | 314 | 320 | 234 | 2 | 0 | 31 | 22 | 101 | 44 | 107 |
| Binary | 11001100 | 11010000 | 10011100 | 10 | 0 | 11001 | 10010 | 1000001 | 100100 | 1000111 |
Color Harmonies of #CCD09C
Complementary color
Monochromatic Colors of #CCD09C
Black with #CCD09C
Text Example
Text Example
White with #CCD09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD09C; }
p { color: rgb(204,208,156); }
H1.HeaderClassName
{
color: #CCD09C;
}
.AnyTagClassName
{
color: #CCD09C;
}
</style>
background-color css
<style>
a { background-color: #CCD09C; }
a { background-color: rgb(204,208,156); }
div.DivClassName
{
background-color: #CCD09C;
}
.BgClassName
{
background-color: #CCD09C;
}
</style>
border-color css
<style>
span { border-color: #CCD09C; }
span { border-color: rgb(204,208,156); }
td.TdClassName
{
border-color: #CCD09C;
}
.TagClassName
{
border-color: #CCD09C;
}
</style>