Shades of Green Mist #CCCB9E
Tints of Green Mist #CCCB9E
RGB
CMYK
RGB Variations
Color information
#CCCB9E (or 0xCCCB9E) is known color: Green Mist. HEX triplet: CC, CB and 9E. RGB value is (204,203,158). Sum of RGB (Red+Green+Blue) = 204+203+158=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB9E is #333461. Grayscale: #C6C6C6. Windows color (decimal): -3355746 or 10406860. OLE color: 10406860.
HSL color Cylindrical-coordinate representation of color #CCCB9E: hue angle of 58.7º degrees, saturation: 0.31, 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 #CCCB9E is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 158 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.2 |
| HSL | 58.7º | 0.31% | 0.71% | - |
| HSV(B) | 58.7º | 0.23% | 0.8% | - |
| XYZ | 52.43 | 58.02 | 40.78 | - |
| YUV | 198.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 158 | 0 | 0.00 | 0.23 | 0.2 | 58.7 | 0.31 | 0.71 |
| Hex | CC | CB | 9E | 0 | 0 | 17 | 14 | 3B | 1F | 47 |
| Octal | 314 | 313 | 236 | 0 | 0 | 27 | 24 | 73 | 37 | 107 |
| Binary | 11001100 | 11001011 | 10011110 | 0 | 0 | 10111 | 10100 | 111011 | 11111 | 1000111 |
Color Harmonies of #CCCB9E
Complementary color
Monochromatic Colors of #CCCB9E
Black with #CCCB9E
Text Example
Text Example
White with #CCCB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB9E; }
p { color: rgb(204,203,158); }
H1.HeaderClassName
{
color: #CCCB9E;
}
.AnyTagClassName
{
color: #CCCB9E;
}
</style>
background-color css
<style>
a { background-color: #CCCB9E; }
a { background-color: rgb(204,203,158); }
div.DivClassName
{
background-color: #CCCB9E;
}
.BgClassName
{
background-color: #CCCB9E;
}
</style>
border-color css
<style>
span { border-color: #CCCB9E; }
span { border-color: rgb(204,203,158); }
td.TdClassName
{
border-color: #CCCB9E;
}
.TagClassName
{
border-color: #CCCB9E;
}
</style>