Shades of Green Mist #B7BC91
Tints of Green Mist #B7BC91
RGB
CMYK
RGB Variations
Color information
#B7BC91 (or 0xB7BC91) is known color: Green Mist. HEX triplet: B7, BC and 91. RGB value is (183,188,145). Sum of RGB (Red+Green+Blue) = 183+188+145=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC91 is #48436E. Grayscale: #B5B5B5. Windows color (decimal): -4735855 or 9551031. OLE color: 9551031.
HSL color Cylindrical-coordinate representation of color #B7BC91: hue angle of 66.98º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7BC91 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 145 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.26 |
| HSL | 66.98º | 0.24% | 0.65% | - |
| HSV(B) | 66.98º | 0.23% | 0.74% | - |
| XYZ | 42.62 | 48.08 | 33.82 | - |
| YUV | 181.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 145 | 0.03 | 0 | 0.23 | 0.26 | 66.98 | 0.24 | 0.65 |
| Hex | B7 | BC | 91 | 3 | 0 | 17 | 1A | 43 | 18 | 41 |
| Octal | 267 | 274 | 221 | 3 | 0 | 27 | 32 | 103 | 30 | 101 |
| Binary | 10110111 | 10111100 | 10010001 | 11 | 0 | 10111 | 11010 | 1000011 | 11000 | 1000001 |
Color Harmonies of #B7BC91
Complementary color
Monochromatic Colors of #B7BC91
Black with #B7BC91
Text Example
Text Example
White with #B7BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC91; }
p { color: rgb(183,188,145); }
H1.HeaderClassName
{
color: #B7BC91;
}
.AnyTagClassName
{
color: #B7BC91;
}
</style>
background-color css
<style>
a { background-color: #B7BC91; }
a { background-color: rgb(183,188,145); }
div.DivClassName
{
background-color: #B7BC91;
}
.BgClassName
{
background-color: #B7BC91;
}
</style>
border-color css
<style>
span { border-color: #B7BC91; }
span { border-color: rgb(183,188,145); }
td.TdClassName
{
border-color: #B7BC91;
}
.TagClassName
{
border-color: #B7BC91;
}
</style>