Shades of Green Mist #CCD29B
Tints of Green Mist #CCD29B
RGB
CMYK
RGB Variations
Color information
#CCD29B (or 0xCCD29B) is known color: Green Mist. HEX triplet: CC, D2 and 9B. RGB value is (204,210,155). Sum of RGB (Red+Green+Blue) = 204+210+155=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD29B is #332D64. Grayscale: #CACACA. Windows color (decimal): -3353957 or 10212044. OLE color: 10212044.
HSL color Cylindrical-coordinate representation of color #CCD29B: hue angle of 66.55º 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 #CCD29B is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 155 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.18 |
| HSL | 66.55º | 0.38% | 0.72% | - |
| HSV(B) | 66.55º | 0.26% | 0.82% | - |
| XYZ | 53.86 | 61.3 | 40 | - |
| YUV | 201.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 155 | 0.03 | 0 | 0.26 | 0.18 | 66.55 | 0.38 | 0.72 |
| Hex | CC | D2 | 9B | 3 | 0 | 1A | 12 | 43 | 26 | 48 |
| Octal | 314 | 322 | 233 | 3 | 0 | 32 | 22 | 103 | 46 | 110 |
| Binary | 11001100 | 11010010 | 10011011 | 11 | 0 | 11010 | 10010 | 1000011 | 100110 | 1001000 |
Color Harmonies of #CCD29B
Complementary color
Monochromatic Colors of #CCD29B
Black with #CCD29B
Text Example
Text Example
White with #CCD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD29B; }
p { color: rgb(204,210,155); }
H1.HeaderClassName
{
color: #CCD29B;
}
.AnyTagClassName
{
color: #CCD29B;
}
</style>
background-color css
<style>
a { background-color: #CCD29B; }
a { background-color: rgb(204,210,155); }
div.DivClassName
{
background-color: #CCD29B;
}
.BgClassName
{
background-color: #CCD29B;
}
</style>
border-color css
<style>
span { border-color: #CCD29B; }
span { border-color: rgb(204,210,155); }
td.TdClassName
{
border-color: #CCD29B;
}
.TagClassName
{
border-color: #CCD29B;
}
</style>