Shades of Green Mist #CBD09B
Tints of Green Mist #CBD09B
RGB
CMYK
RGB Variations
Color information
#CBD09B (or 0xCBD09B) is known color: Green Mist. HEX triplet: CB, D0 and 9B. RGB value is (203,208,155). Sum of RGB (Red+Green+Blue) = 203+208+155=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD09B is #342F64. Grayscale: #C8C8C8. Windows color (decimal): -3420005 or 10211531. OLE color: 10211531.
HSL color Cylindrical-coordinate representation of color #CBD09B: hue angle of 65.66º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBD09B is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 155 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.18 |
| HSL | 65.66º | 0.36% | 0.71% | - |
| HSV(B) | 65.66º | 0.25% | 0.82% | - |
| XYZ | 53.1 | 60.17 | 39.83 | - |
| YUV | 200.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 155 | 0.02 | 0 | 0.25 | 0.18 | 65.66 | 0.36 | 0.71 |
| Hex | CB | D0 | 9B | 2 | 0 | 19 | 12 | 42 | 24 | 47 |
| Octal | 313 | 320 | 233 | 2 | 0 | 31 | 22 | 102 | 44 | 107 |
| Binary | 11001011 | 11010000 | 10011011 | 10 | 0 | 11001 | 10010 | 1000010 | 100100 | 1000111 |
Color Harmonies of #CBD09B
Complementary color
Monochromatic Colors of #CBD09B
Black with #CBD09B
Text Example
Text Example
White with #CBD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD09B; }
p { color: rgb(203,208,155); }
H1.HeaderClassName
{
color: #CBD09B;
}
.AnyTagClassName
{
color: #CBD09B;
}
</style>
background-color css
<style>
a { background-color: #CBD09B; }
a { background-color: rgb(203,208,155); }
div.DivClassName
{
background-color: #CBD09B;
}
.BgClassName
{
background-color: #CBD09B;
}
</style>
border-color css
<style>
span { border-color: #CBD09B; }
span { border-color: rgb(203,208,155); }
td.TdClassName
{
border-color: #CBD09B;
}
.TagClassName
{
border-color: #CBD09B;
}
</style>