Shades of Green Mist #CCD19C
Tints of Green Mist #CCD19C
RGB
CMYK
RGB Variations
Color information
#CCD19C (or 0xCCD19C) is known color: Green Mist. HEX triplet: CC, D1 and 9C. RGB value is (204,209,156). Sum of RGB (Red+Green+Blue) = 204+209+156=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD19C is #332E63. Grayscale: #C9C9C9. Windows color (decimal): -3354212 or 10277324. OLE color: 10277324.
HSL color Cylindrical-coordinate representation of color #CCD19C: hue angle of 65.66º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD19C is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 156 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.18 |
| HSL | 65.66º | 0.37% | 0.72% | - |
| HSV(B) | 65.66º | 0.25% | 0.82% | - |
| XYZ | 53.7 | 60.84 | 40.37 | - |
| YUV | 201.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 156 | 0.02 | 0 | 0.25 | 0.18 | 65.66 | 0.37 | 0.72 |
| Hex | CC | D1 | 9C | 2 | 0 | 19 | 12 | 42 | 25 | 48 |
| Octal | 314 | 321 | 234 | 2 | 0 | 31 | 22 | 102 | 45 | 110 |
| Binary | 11001100 | 11010001 | 10011100 | 10 | 0 | 11001 | 10010 | 1000010 | 100101 | 1001000 |
Color Harmonies of #CCD19C
Complementary color
Monochromatic Colors of #CCD19C
Black with #CCD19C
Text Example
Text Example
White with #CCD19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD19C; }
p { color: rgb(204,209,156); }
H1.HeaderClassName
{
color: #CCD19C;
}
.AnyTagClassName
{
color: #CCD19C;
}
</style>
background-color css
<style>
a { background-color: #CCD19C; }
a { background-color: rgb(204,209,156); }
div.DivClassName
{
background-color: #CCD19C;
}
.BgClassName
{
background-color: #CCD19C;
}
</style>
border-color css
<style>
span { border-color: #CCD19C; }
span { border-color: rgb(204,209,156); }
td.TdClassName
{
border-color: #CCD19C;
}
.TagClassName
{
border-color: #CCD19C;
}
</style>