Shades of Green Mist #B9C098
Tints of Green Mist #B9C098
RGB
CMYK
RGB Variations
Color information
#B9C098 (or 0xB9C098) is known color: Green Mist. HEX triplet: B9, C0 and 98. RGB value is (185,192,152). Sum of RGB (Red+Green+Blue) = 185+192+152=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C098 is #463F67. Grayscale: #B9B9B9. Windows color (decimal): -4603752 or 10010809. OLE color: 10010809.
HSL color Cylindrical-coordinate representation of color #B9C098: hue angle of 70.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9C098 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 152 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.25 |
| HSL | 70.5º | 0.24% | 0.67% | - |
| HSV(B) | 70.5º | 0.21% | 0.75% | - |
| XYZ | 44.52 | 50.28 | 37.06 | - |
| YUV | 185.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 152 | 0.04 | 0 | 0.21 | 0.25 | 70.5 | 0.24 | 0.67 |
| Hex | B9 | C0 | 98 | 4 | 0 | 15 | 19 | 46 | 18 | 43 |
| Octal | 271 | 300 | 230 | 4 | 0 | 25 | 31 | 106 | 30 | 103 |
| Binary | 10111001 | 11000000 | 10011000 | 100 | 0 | 10101 | 11001 | 1000110 | 11000 | 1000011 |
Color Harmonies of #B9C098
Complementary color
Monochromatic Colors of #B9C098
Black with #B9C098
Text Example
Text Example
White with #B9C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C098; }
p { color: rgb(185,192,152); }
H1.HeaderClassName
{
color: #B9C098;
}
.AnyTagClassName
{
color: #B9C098;
}
</style>
background-color css
<style>
a { background-color: #B9C098; }
a { background-color: rgb(185,192,152); }
div.DivClassName
{
background-color: #B9C098;
}
.BgClassName
{
background-color: #B9C098;
}
</style>
border-color css
<style>
span { border-color: #B9C098; }
span { border-color: rgb(185,192,152); }
td.TdClassName
{
border-color: #B9C098;
}
.TagClassName
{
border-color: #B9C098;
}
</style>