Shades of Green Mist #CCD29C
Tints of Green Mist #CCD29C
RGB
CMYK
RGB Variations
Color information
#CCD29C (or 0xCCD29C) is known color: Green Mist. HEX triplet: CC, D2 and 9C. RGB value is (204,210,156). Sum of RGB (Red+Green+Blue) = 204+210+156=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD29C is #332D63. Grayscale: #CACACA. Windows color (decimal): -3353956 or 10277580. OLE color: 10277580.
HSL color Cylindrical-coordinate representation of color #CCD29C: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCD29C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 156 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.18 |
| HSL | 66.67º | 0.38% | 0.72% | - |
| HSV(B) | 66.67º | 0.26% | 0.82% | - |
| XYZ | 53.95 | 61.33 | 40.45 | - |
| YUV | 202.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 156 | 0.03 | 0 | 0.26 | 0.18 | 66.67 | 0.38 | 0.72 |
| Hex | CC | D2 | 9C | 3 | 0 | 1A | 12 | 43 | 26 | 48 |
| Octal | 314 | 322 | 234 | 3 | 0 | 32 | 22 | 103 | 46 | 110 |
| Binary | 11001100 | 11010010 | 10011100 | 11 | 0 | 11010 | 10010 | 1000011 | 100110 | 1001000 |
Color Harmonies of #CCD29C
Complementary color
Monochromatic Colors of #CCD29C
Black with #CCD29C
Text Example
Text Example
White with #CCD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD29C; }
p { color: rgb(204,210,156); }
H1.HeaderClassName
{
color: #CCD29C;
}
.AnyTagClassName
{
color: #CCD29C;
}
</style>
background-color css
<style>
a { background-color: #CCD29C; }
a { background-color: rgb(204,210,156); }
div.DivClassName
{
background-color: #CCD29C;
}
.BgClassName
{
background-color: #CCD29C;
}
</style>
border-color css
<style>
span { border-color: #CCD29C; }
span { border-color: rgb(204,210,156); }
td.TdClassName
{
border-color: #CCD29C;
}
.TagClassName
{
border-color: #CCD29C;
}
</style>