Shades of Green Mist #B9BE8C
Tints of Green Mist #B9BE8C
RGB
CMYK
RGB Variations
Color information
#B9BE8C (or 0xB9BE8C) is known color: Green Mist. HEX triplet: B9, BE and 8C. RGB value is (185,190,140). Sum of RGB (Red+Green+Blue) = 185+190+140=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BE8C is #464173. Grayscale: #B7B7B7. Windows color (decimal): -4604276 or 9223865. OLE color: 9223865.
HSL color Cylindrical-coordinate representation of color #B9BE8C: hue angle of 66º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9BE8C is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 190 | 140 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.25 |
| HSL | 66º | 0.28% | 0.65% | - |
| HSV(B) | 66º | 0.26% | 0.75% | - |
| XYZ | 43.15 | 49.03 | 32 | - |
| YUV | 182.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 190 | 140 | 0.03 | 0 | 0.26 | 0.25 | 66 | 0.28 | 0.65 |
| Hex | B9 | BE | 8C | 3 | 0 | 1A | 19 | 42 | 1C | 41 |
| Octal | 271 | 276 | 214 | 3 | 0 | 32 | 31 | 102 | 34 | 101 |
| Binary | 10111001 | 10111110 | 10001100 | 11 | 0 | 11010 | 11001 | 1000010 | 11100 | 1000001 |
Color Harmonies of #B9BE8C
Complementary color
Monochromatic Colors of #B9BE8C
Black with #B9BE8C
Text Example
Text Example
White with #B9BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BE8C; }
p { color: rgb(185,190,140); }
H1.HeaderClassName
{
color: #B9BE8C;
}
.AnyTagClassName
{
color: #B9BE8C;
}
</style>
background-color css
<style>
a { background-color: #B9BE8C; }
a { background-color: rgb(185,190,140); }
div.DivClassName
{
background-color: #B9BE8C;
}
.BgClassName
{
background-color: #B9BE8C;
}
</style>
border-color css
<style>
span { border-color: #B9BE8C; }
span { border-color: rgb(185,190,140); }
td.TdClassName
{
border-color: #B9BE8C;
}
.TagClassName
{
border-color: #B9BE8C;
}
</style>