Shades of Green Mist #B7BA8F
Tints of Green Mist #B7BA8F
RGB
CMYK
RGB Variations
Color information
#B7BA8F (or 0xB7BA8F) is known color: Green Mist. HEX triplet: B7, BA and 8F. RGB value is (183,186,143). Sum of RGB (Red+Green+Blue) = 183+186+143=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA8F is #484570. Grayscale: #B4B4B4. Windows color (decimal): -4736369 or 9419447. OLE color: 9419447.
HSL color Cylindrical-coordinate representation of color #B7BA8F: hue angle of 64.19º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BA8F is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 143 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.27 |
| HSL | 64.19º | 0.24% | 0.65% | - |
| HSV(B) | 64.19º | 0.23% | 0.73% | - |
| XYZ | 42.05 | 47.17 | 32.87 | - |
| YUV | 180.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 143 | 0.02 | 0 | 0.23 | 0.27 | 64.19 | 0.24 | 0.65 |
| Hex | B7 | BA | 8F | 2 | 0 | 17 | 1B | 40 | 18 | 41 |
| Octal | 267 | 272 | 217 | 2 | 0 | 27 | 33 | 100 | 30 | 101 |
| Binary | 10110111 | 10111010 | 10001111 | 10 | 0 | 10111 | 11011 | 1000000 | 11000 | 1000001 |
Color Harmonies of #B7BA8F
Complementary color
Monochromatic Colors of #B7BA8F
Black with #B7BA8F
Text Example
Text Example
White with #B7BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA8F; }
p { color: rgb(183,186,143); }
H1.HeaderClassName
{
color: #B7BA8F;
}
.AnyTagClassName
{
color: #B7BA8F;
}
</style>
background-color css
<style>
a { background-color: #B7BA8F; }
a { background-color: rgb(183,186,143); }
div.DivClassName
{
background-color: #B7BA8F;
}
.BgClassName
{
background-color: #B7BA8F;
}
</style>
border-color css
<style>
span { border-color: #B7BA8F; }
span { border-color: rgb(183,186,143); }
td.TdClassName
{
border-color: #B7BA8F;
}
.TagClassName
{
border-color: #B7BA8F;
}
</style>