Shades of Green Mist #B9BC9E
Tints of Green Mist #B9BC9E
RGB
CMYK
RGB Variations
Color information
#B9BC9E (or 0xB9BC9E) is known color: Green Mist. HEX triplet: B9, BC and 9E. RGB value is (185,188,158). Sum of RGB (Red+Green+Blue) = 185+188+158=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BC9E is #464361. Grayscale: #B7B7B7. Windows color (decimal): -4604770 or 10403001. OLE color: 10403001.
HSL color Cylindrical-coordinate representation of color #B9BC9E: hue angle of 66º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9BC9E is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 158 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.26 |
| HSL | 66º | 0.18% | 0.68% | - |
| HSV(B) | 66º | 0.16% | 0.74% | - |
| XYZ | 44.16 | 48.75 | 39.43 | - |
| YUV | 183.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 158 | 0.02 | 0 | 0.16 | 0.26 | 66 | 0.18 | 0.68 |
| Hex | B9 | BC | 9E | 2 | 0 | 10 | 1A | 42 | 12 | 44 |
| Octal | 271 | 274 | 236 | 2 | 0 | 20 | 32 | 102 | 22 | 104 |
| Binary | 10111001 | 10111100 | 10011110 | 10 | 0 | 10000 | 11010 | 1000010 | 10010 | 1000100 |
Color Harmonies of #B9BC9E
Complementary color
Monochromatic Colors of #B9BC9E
Black with #B9BC9E
Text Example
Text Example
White with #B9BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC9E; }
p { color: rgb(185,188,158); }
H1.HeaderClassName
{
color: #B9BC9E;
}
.AnyTagClassName
{
color: #B9BC9E;
}
</style>
background-color css
<style>
a { background-color: #B9BC9E; }
a { background-color: rgb(185,188,158); }
div.DivClassName
{
background-color: #B9BC9E;
}
.BgClassName
{
background-color: #B9BC9E;
}
</style>
border-color css
<style>
span { border-color: #B9BC9E; }
span { border-color: rgb(185,188,158); }
td.TdClassName
{
border-color: #B9BC9E;
}
.TagClassName
{
border-color: #B9BC9E;
}
</style>