Shades of Green Mist #CCCB9D
Tints of Green Mist #CCCB9D
RGB
CMYK
RGB Variations
Color information
#CCCB9D (or 0xCCCB9D) is known color: Green Mist. HEX triplet: CC, CB and 9D. RGB value is (204,203,157). Sum of RGB (Red+Green+Blue) = 204+203+157=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB9D is #333462. Grayscale: #C6C6C6. Windows color (decimal): -3355747 or 10341324. OLE color: 10341324.
HSL color Cylindrical-coordinate representation of color #CCCB9D: hue angle of 58.72º 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 #CCCB9D is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 157 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.2 |
| HSL | 58.72º | 0.32% | 0.71% | - |
| HSV(B) | 58.72º | 0.23% | 0.8% | - |
| XYZ | 52.34 | 57.98 | 40.33 | - |
| YUV | 198.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 157 | 0 | 0.00 | 0.23 | 0.2 | 58.72 | 0.32 | 0.71 |
| Hex | CC | CB | 9D | 0 | 0 | 17 | 14 | 3B | 20 | 47 |
| Octal | 314 | 313 | 235 | 0 | 0 | 27 | 24 | 73 | 40 | 107 |
| Binary | 11001100 | 11001011 | 10011101 | 0 | 0 | 10111 | 10100 | 111011 | 100000 | 1000111 |
Color Harmonies of #CCCB9D
Complementary color
Monochromatic Colors of #CCCB9D
Black with #CCCB9D
Text Example
Text Example
White with #CCCB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB9D; }
p { color: rgb(204,203,157); }
H1.HeaderClassName
{
color: #CCCB9D;
}
.AnyTagClassName
{
color: #CCCB9D;
}
</style>
background-color css
<style>
a { background-color: #CCCB9D; }
a { background-color: rgb(204,203,157); }
div.DivClassName
{
background-color: #CCCB9D;
}
.BgClassName
{
background-color: #CCCB9D;
}
</style>
border-color css
<style>
span { border-color: #CCCB9D; }
span { border-color: rgb(204,203,157); }
td.TdClassName
{
border-color: #CCCB9D;
}
.TagClassName
{
border-color: #CCCB9D;
}
</style>