Shades of Green Mist #B7BA93
Tints of Green Mist #B7BA93
RGB
CMYK
RGB Variations
Color information
#B7BA93 (or 0xB7BA93) is known color: Green Mist. HEX triplet: B7, BA and 93. RGB value is (183,186,147). Sum of RGB (Red+Green+Blue) = 183+186+147=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BA93 is #48456C. Grayscale: #B4B4B4. Windows color (decimal): -4736365 or 9681591. OLE color: 9681591.
HSL color Cylindrical-coordinate representation of color #B7BA93: hue angle of 64.62º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7BA93 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 147 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.27 |
| HSL | 64.62º | 0.22% | 0.65% | - |
| HSV(B) | 64.62º | 0.21% | 0.73% | - |
| XYZ | 42.35 | 47.29 | 34.5 | - |
| YUV | 180.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 147 | 0.02 | 0 | 0.21 | 0.27 | 64.62 | 0.22 | 0.65 |
| Hex | B7 | BA | 93 | 2 | 0 | 15 | 1B | 41 | 16 | 41 |
| Octal | 267 | 272 | 223 | 2 | 0 | 25 | 33 | 101 | 26 | 101 |
| Binary | 10110111 | 10111010 | 10010011 | 10 | 0 | 10101 | 11011 | 1000001 | 10110 | 1000001 |
Color Harmonies of #B7BA93
Complementary color
Monochromatic Colors of #B7BA93
Black with #B7BA93
Text Example
Text Example
White with #B7BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA93; }
p { color: rgb(183,186,147); }
H1.HeaderClassName
{
color: #B7BA93;
}
.AnyTagClassName
{
color: #B7BA93;
}
</style>
background-color css
<style>
a { background-color: #B7BA93; }
a { background-color: rgb(183,186,147); }
div.DivClassName
{
background-color: #B7BA93;
}
.BgClassName
{
background-color: #B7BA93;
}
</style>
border-color css
<style>
span { border-color: #B7BA93; }
span { border-color: rgb(183,186,147); }
td.TdClassName
{
border-color: #B7BA93;
}
.TagClassName
{
border-color: #B7BA93;
}
</style>