Shades of Green Mist #B9C092
Tints of Green Mist #B9C092
RGB
CMYK
RGB Variations
Color information
#B9C092 (or 0xB9C092) is known color: Green Mist. HEX triplet: B9, C0 and 92. RGB value is (185,192,146). Sum of RGB (Red+Green+Blue) = 185+192+146=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C092 is #463F6D. Grayscale: #B8B8B8. Windows color (decimal): -4603758 or 9617593. OLE color: 9617593.
HSL color Cylindrical-coordinate representation of color #B9C092: hue angle of 69.13º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9C092 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 146 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.25 |
| HSL | 69.13º | 0.27% | 0.66% | - |
| HSV(B) | 69.13º | 0.24% | 0.75% | - |
| XYZ | 44.05 | 50.09 | 34.54 | - |
| YUV | 184.66 | 106.18 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 146 | 0.04 | 0 | 0.24 | 0.25 | 69.13 | 0.27 | 0.66 |
| Hex | B9 | C0 | 92 | 4 | 0 | 18 | 19 | 45 | 1B | 42 |
| Octal | 271 | 300 | 222 | 4 | 0 | 30 | 31 | 105 | 33 | 102 |
| Binary | 10111001 | 11000000 | 10010010 | 100 | 0 | 11000 | 11001 | 1000101 | 11011 | 1000010 |
Color Harmonies of #B9C092
Complementary color
Monochromatic Colors of #B9C092
Black with #B9C092
Text Example
Text Example
White with #B9C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C092; }
p { color: rgb(185,192,146); }
H1.HeaderClassName
{
color: #B9C092;
}
.AnyTagClassName
{
color: #B9C092;
}
</style>
background-color css
<style>
a { background-color: #B9C092; }
a { background-color: rgb(185,192,146); }
div.DivClassName
{
background-color: #B9C092;
}
.BgClassName
{
background-color: #B9C092;
}
</style>
border-color css
<style>
span { border-color: #B9C092; }
span { border-color: rgb(185,192,146); }
td.TdClassName
{
border-color: #B9C092;
}
.TagClassName
{
border-color: #B9C092;
}
</style>