Shades of Green Mist #B9C09A
Tints of Green Mist #B9C09A
RGB
CMYK
RGB Variations
Color information
#B9C09A (or 0xB9C09A) is known color: Green Mist. HEX triplet: B9, C0 and 9A. RGB value is (185,192,154). Sum of RGB (Red+Green+Blue) = 185+192+154=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C09A is #463F65. Grayscale: #B9B9B9. Windows color (decimal): -4603750 or 10141881. OLE color: 10141881.
HSL color Cylindrical-coordinate representation of color #B9C09A: hue angle of 71.05º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9C09A is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 154 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.25 |
| HSL | 71.05º | 0.23% | 0.68% | - |
| HSV(B) | 71.05º | 0.2% | 0.75% | - |
| XYZ | 44.69 | 50.35 | 37.93 | - |
| YUV | 185.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 154 | 0.04 | 0 | 0.20 | 0.25 | 71.05 | 0.23 | 0.68 |
| Hex | B9 | C0 | 9A | 4 | 0 | 14 | 19 | 47 | 17 | 44 |
| Octal | 271 | 300 | 232 | 4 | 0 | 24 | 31 | 107 | 27 | 104 |
| Binary | 10111001 | 11000000 | 10011010 | 100 | 0 | 10100 | 11001 | 1000111 | 10111 | 1000100 |
Color Harmonies of #B9C09A
Complementary color
Monochromatic Colors of #B9C09A
Black with #B9C09A
Text Example
Text Example
White with #B9C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C09A; }
p { color: rgb(185,192,154); }
H1.HeaderClassName
{
color: #B9C09A;
}
.AnyTagClassName
{
color: #B9C09A;
}
</style>
background-color css
<style>
a { background-color: #B9C09A; }
a { background-color: rgb(185,192,154); }
div.DivClassName
{
background-color: #B9C09A;
}
.BgClassName
{
background-color: #B9C09A;
}
</style>
border-color css
<style>
span { border-color: #B9C09A; }
span { border-color: rgb(185,192,154); }
td.TdClassName
{
border-color: #B9C09A;
}
.TagClassName
{
border-color: #B9C09A;
}
</style>