Shades of Green Mist #B7BA94
Tints of Green Mist #B7BA94
RGB
CMYK
RGB Variations
Color information
#B7BA94 (or 0xB7BA94) is known color: Green Mist. HEX triplet: B7, BA and 94. RGB value is (183,186,148). Sum of RGB (Red+Green+Blue) = 183+186+148=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA94 is #48456B. Grayscale: #B4B4B4. Windows color (decimal): -4736364 or 9747127. OLE color: 9747127.
HSL color Cylindrical-coordinate representation of color #B7BA94: hue angle of 64.74º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7BA94 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 148 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.27 |
| HSL | 64.74º | 0.22% | 0.65% | - |
| HSV(B) | 64.74º | 0.2% | 0.73% | - |
| XYZ | 42.43 | 47.32 | 34.91 | - |
| YUV | 180.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 148 | 0.02 | 0 | 0.20 | 0.27 | 64.74 | 0.22 | 0.65 |
| Hex | B7 | BA | 94 | 2 | 0 | 14 | 1B | 41 | 16 | 41 |
| Octal | 267 | 272 | 224 | 2 | 0 | 24 | 33 | 101 | 26 | 101 |
| Binary | 10110111 | 10111010 | 10010100 | 10 | 0 | 10100 | 11011 | 1000001 | 10110 | 1000001 |
Color Harmonies of #B7BA94
Complementary color
Monochromatic Colors of #B7BA94
Black with #B7BA94
Text Example
Text Example
White with #B7BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA94; }
p { color: rgb(183,186,148); }
H1.HeaderClassName
{
color: #B7BA94;
}
.AnyTagClassName
{
color: #B7BA94;
}
</style>
background-color css
<style>
a { background-color: #B7BA94; }
a { background-color: rgb(183,186,148); }
div.DivClassName
{
background-color: #B7BA94;
}
.BgClassName
{
background-color: #B7BA94;
}
</style>
border-color css
<style>
span { border-color: #B7BA94; }
span { border-color: rgb(183,186,148); }
td.TdClassName
{
border-color: #B7BA94;
}
.TagClassName
{
border-color: #B7BA94;
}
</style>