Shades of Green Mist #CBCD9D
Tints of Green Mist #CBCD9D
RGB
CMYK
RGB Variations
Color information
#CBCD9D (or 0xCBCD9D) is known color: Green Mist. HEX triplet: CB, CD and 9D. RGB value is (203,205,157). Sum of RGB (Red+Green+Blue) = 203+205+157=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCD9D is #343262. Grayscale: #C7C7C7. Windows color (decimal): -3420771 or 10341835. OLE color: 10341835.
HSL color Cylindrical-coordinate representation of color #CBCD9D: hue angle of 62.5º 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 #CBCD9D is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 157 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.20 |
| HSL | 62.5º | 0.32% | 0.71% | - |
| HSV(B) | 62.5º | 0.23% | 0.8% | - |
| XYZ | 52.55 | 58.79 | 40.48 | - |
| YUV | 198.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 157 | 0.01 | 0 | 0.23 | 0.20 | 62.5 | 0.32 | 0.71 |
| Hex | CB | CD | 9D | 1 | 0 | 17 | 14 | 3F | 20 | 47 |
| Octal | 313 | 315 | 235 | 1 | 0 | 27 | 24 | 77 | 40 | 107 |
| Binary | 11001011 | 11001101 | 10011101 | 1 | 0 | 10111 | 10100 | 111111 | 100000 | 1000111 |
Color Harmonies of #CBCD9D
Complementary color
Monochromatic Colors of #CBCD9D
Black with #CBCD9D
Text Example
Text Example
White with #CBCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD9D; }
p { color: rgb(203,205,157); }
H1.HeaderClassName
{
color: #CBCD9D;
}
.AnyTagClassName
{
color: #CBCD9D;
}
</style>
background-color css
<style>
a { background-color: #CBCD9D; }
a { background-color: rgb(203,205,157); }
div.DivClassName
{
background-color: #CBCD9D;
}
.BgClassName
{
background-color: #CBCD9D;
}
</style>
border-color css
<style>
span { border-color: #CBCD9D; }
span { border-color: rgb(203,205,157); }
td.TdClassName
{
border-color: #CBCD9D;
}
.TagClassName
{
border-color: #CBCD9D;
}
</style>