Shades of Green Mist #CBD59B
Tints of Green Mist #CBD59B
RGB
CMYK
RGB Variations
Color information
#CBD59B (or 0xCBD59B) is known color: Green Mist. HEX triplet: CB, D5 and 9B. RGB value is (203,213,155). Sum of RGB (Red+Green+Blue) = 203+213+155=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD59B is #342A64. Grayscale: #CBCBCB. Windows color (decimal): -3418725 or 10212811. OLE color: 10212811.
HSL color Cylindrical-coordinate representation of color #CBD59B: hue angle of 70.34º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBD59B is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 155 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.16 |
| HSL | 70.34º | 0.41% | 0.72% | - |
| HSV(B) | 70.34º | 0.27% | 0.84% | - |
| XYZ | 54.34 | 62.65 | 40.24 | - |
| YUV | 203.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 155 | 0.05 | 0 | 0.27 | 0.16 | 70.34 | 0.41 | 0.72 |
| Hex | CB | D5 | 9B | 5 | 0 | 1B | 10 | 46 | 29 | 48 |
| Octal | 313 | 325 | 233 | 5 | 0 | 33 | 20 | 106 | 51 | 110 |
| Binary | 11001011 | 11010101 | 10011011 | 101 | 0 | 11011 | 10000 | 1000110 | 101001 | 1001000 |
Color Harmonies of #CBD59B
Complementary color
Monochromatic Colors of #CBD59B
Black with #CBD59B
Text Example
Text Example
White with #CBD59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD59B; }
p { color: rgb(203,213,155); }
H1.HeaderClassName
{
color: #CBD59B;
}
.AnyTagClassName
{
color: #CBD59B;
}
</style>
background-color css
<style>
a { background-color: #CBD59B; }
a { background-color: rgb(203,213,155); }
div.DivClassName
{
background-color: #CBD59B;
}
.BgClassName
{
background-color: #CBD59B;
}
</style>
border-color css
<style>
span { border-color: #CBD59B; }
span { border-color: rgb(203,213,155); }
td.TdClassName
{
border-color: #CBD59B;
}
.TagClassName
{
border-color: #CBD59B;
}
</style>