Shades of Green Mist #B9C09B
Tints of Green Mist #B9C09B
RGB
CMYK
RGB Variations
Color information
#B9C09B (or 0xB9C09B) is known color: Green Mist. HEX triplet: B9, C0 and 9B. RGB value is (185,192,155). Sum of RGB (Red+Green+Blue) = 185+192+155=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C09B is #463F64. Grayscale: #B9B9B9. Windows color (decimal): -4603749 or 10207417. OLE color: 10207417.
HSL color Cylindrical-coordinate representation of color #B9C09B: hue angle of 71.35º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9C09B is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 155 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.25 |
| HSL | 71.35º | 0.23% | 0.68% | - |
| HSV(B) | 71.35º | 0.19% | 0.75% | - |
| XYZ | 44.77 | 50.38 | 38.37 | - |
| YUV | 185.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 155 | 0.04 | 0 | 0.19 | 0.25 | 71.35 | 0.23 | 0.68 |
| Hex | B9 | C0 | 9B | 4 | 0 | 13 | 19 | 47 | 17 | 44 |
| Octal | 271 | 300 | 233 | 4 | 0 | 23 | 31 | 107 | 27 | 104 |
| Binary | 10111001 | 11000000 | 10011011 | 100 | 0 | 10011 | 11001 | 1000111 | 10111 | 1000100 |
Color Harmonies of #B9C09B
Complementary color
Monochromatic Colors of #B9C09B
Black with #B9C09B
Text Example
Text Example
White with #B9C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C09B; }
p { color: rgb(185,192,155); }
H1.HeaderClassName
{
color: #B9C09B;
}
.AnyTagClassName
{
color: #B9C09B;
}
</style>
background-color css
<style>
a { background-color: #B9C09B; }
a { background-color: rgb(185,192,155); }
div.DivClassName
{
background-color: #B9C09B;
}
.BgClassName
{
background-color: #B9C09B;
}
</style>
border-color css
<style>
span { border-color: #B9C09B; }
span { border-color: rgb(185,192,155); }
td.TdClassName
{
border-color: #B9C09B;
}
.TagClassName
{
border-color: #B9C09B;
}
</style>