Shades of Green Mist #CCCD9D
Tints of Green Mist #CCCD9D
RGB
CMYK
RGB Variations
Color information
#CCCD9D (or 0xCCCD9D) is known color: Green Mist. HEX triplet: CC, CD and 9D. RGB value is (204,205,157). Sum of RGB (Red+Green+Blue) = 204+205+157=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCD9D is #333262. Grayscale: #C7C7C7. Windows color (decimal): -3355235 or 10341836. OLE color: 10341836.
HSL color Cylindrical-coordinate representation of color #CCCD9D: hue angle of 61.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCCD9D is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 157 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.20 |
| HSL | 61.25º | 0.32% | 0.71% | - |
| HSV(B) | 61.25º | 0.23% | 0.8% | - |
| XYZ | 52.82 | 58.93 | 40.49 | - |
| YUV | 199.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 157 | 0.00 | 0 | 0.23 | 0.20 | 61.25 | 0.32 | 0.71 |
| Hex | CC | CD | 9D | 0 | 0 | 17 | 14 | 3D | 20 | 47 |
| Octal | 314 | 315 | 235 | 0 | 0 | 27 | 24 | 75 | 40 | 107 |
| Binary | 11001100 | 11001101 | 10011101 | 0 | 0 | 10111 | 10100 | 111101 | 100000 | 1000111 |
Color Harmonies of #CCCD9D
Complementary color
Monochromatic Colors of #CCCD9D
Black with #CCCD9D
Text Example
Text Example
White with #CCCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD9D; }
p { color: rgb(204,205,157); }
H1.HeaderClassName
{
color: #CCCD9D;
}
.AnyTagClassName
{
color: #CCCD9D;
}
</style>
background-color css
<style>
a { background-color: #CCCD9D; }
a { background-color: rgb(204,205,157); }
div.DivClassName
{
background-color: #CCCD9D;
}
.BgClassName
{
background-color: #CCCD9D;
}
</style>
border-color css
<style>
span { border-color: #CCCD9D; }
span { border-color: rgb(204,205,157); }
td.TdClassName
{
border-color: #CCCD9D;
}
.TagClassName
{
border-color: #CCCD9D;
}
</style>