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