Shades of Green Mist #CCD69B
Tints of Green Mist #CCD69B
RGB
CMYK
RGB Variations
Color information
#CCD69B (or 0xCCD69B) is known color: Green Mist. HEX triplet: CC, D6 and 9B. RGB value is (204,214,155). Sum of RGB (Red+Green+Blue) = 204+214+155=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD69B is #332964. Grayscale: #CCCCCC. Windows color (decimal): -3352933 or 10213068. OLE color: 10213068.
HSL color Cylindrical-coordinate representation of color #CCD69B: hue angle of 70.17º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD69B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 155 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.16 |
| HSL | 70.17º | 0.42% | 0.72% | - |
| HSV(B) | 70.17º | 0.28% | 0.84% | - |
| XYZ | 54.86 | 63.3 | 40.34 | - |
| YUV | 204.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 155 | 0.05 | 0 | 0.28 | 0.16 | 70.17 | 0.42 | 0.72 |
| Hex | CC | D6 | 9B | 5 | 0 | 1C | 10 | 46 | 2A | 48 |
| Octal | 314 | 326 | 233 | 5 | 0 | 34 | 20 | 106 | 52 | 110 |
| Binary | 11001100 | 11010110 | 10011011 | 101 | 0 | 11100 | 10000 | 1000110 | 101010 | 1001000 |
Color Harmonies of #CCD69B
Complementary color
Monochromatic Colors of #CCD69B
Black with #CCD69B
Text Example
Text Example
White with #CCD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD69B; }
p { color: rgb(204,214,155); }
H1.HeaderClassName
{
color: #CCD69B;
}
.AnyTagClassName
{
color: #CCD69B;
}
</style>
background-color css
<style>
a { background-color: #CCD69B; }
a { background-color: rgb(204,214,155); }
div.DivClassName
{
background-color: #CCD69B;
}
.BgClassName
{
background-color: #CCD69B;
}
</style>
border-color css
<style>
span { border-color: #CCD69B; }
span { border-color: rgb(204,214,155); }
td.TdClassName
{
border-color: #CCD69B;
}
.TagClassName
{
border-color: #CCD69B;
}
</style>