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