Shades of Green Mist #CCD69A
Tints of Green Mist #CCD69A
RGB
CMYK
RGB Variations
Color information
#CCD69A (or 0xCCD69A) is known color: Green Mist. HEX triplet: CC, D6 and 9A. RGB value is (204,214,154). Sum of RGB (Red+Green+Blue) = 204+214+154=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD69A is #332965. Grayscale: #CCCCCC. Windows color (decimal): -3352934 or 10147532. OLE color: 10147532.
HSL color Cylindrical-coordinate representation of color #CCD69A: hue angle of 70º 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 #CCD69A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 154 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.16 |
| HSL | 70º | 0.42% | 0.72% | - |
| HSV(B) | 70º | 0.28% | 0.84% | - |
| XYZ | 54.78 | 63.26 | 39.9 | - |
| YUV | 204.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 154 | 0.05 | 0 | 0.28 | 0.16 | 70 | 0.42 | 0.72 |
| Hex | CC | D6 | 9A | 5 | 0 | 1C | 10 | 46 | 2A | 48 |
| Octal | 314 | 326 | 232 | 5 | 0 | 34 | 20 | 106 | 52 | 110 |
| Binary | 11001100 | 11010110 | 10011010 | 101 | 0 | 11100 | 10000 | 1000110 | 101010 | 1001000 |
Color Harmonies of #CCD69A
Complementary color
Monochromatic Colors of #CCD69A
Black with #CCD69A
Text Example
Text Example
White with #CCD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD69A; }
p { color: rgb(204,214,154); }
H1.HeaderClassName
{
color: #CCD69A;
}
.AnyTagClassName
{
color: #CCD69A;
}
</style>
background-color css
<style>
a { background-color: #CCD69A; }
a { background-color: rgb(204,214,154); }
div.DivClassName
{
background-color: #CCD69A;
}
.BgClassName
{
background-color: #CCD69A;
}
</style>
border-color css
<style>
span { border-color: #CCD69A; }
span { border-color: rgb(204,214,154); }
td.TdClassName
{
border-color: #CCD69A;
}
.TagClassName
{
border-color: #CCD69A;
}
</style>