Shades of Green Mist #B7BC8F
Tints of Green Mist #B7BC8F
RGB
CMYK
RGB Variations
Color information
#B7BC8F (or 0xB7BC8F) is known color: Green Mist. HEX triplet: B7, BC and 8F. RGB value is (183,188,143). Sum of RGB (Red+Green+Blue) = 183+188+143=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC8F is #484370. Grayscale: #B5B5B5. Windows color (decimal): -4735857 or 9419959. OLE color: 9419959.
HSL color Cylindrical-coordinate representation of color #B7BC8F: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7BC8F is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 143 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.26 |
| HSL | 66.67º | 0.25% | 0.65% | - |
| HSV(B) | 66.67º | 0.24% | 0.74% | - |
| XYZ | 42.47 | 48.02 | 33.02 | - |
| YUV | 181.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 143 | 0.03 | 0 | 0.24 | 0.26 | 66.67 | 0.25 | 0.65 |
| Hex | B7 | BC | 8F | 3 | 0 | 18 | 1A | 43 | 19 | 41 |
| Octal | 267 | 274 | 217 | 3 | 0 | 30 | 32 | 103 | 31 | 101 |
| Binary | 10110111 | 10111100 | 10001111 | 11 | 0 | 11000 | 11010 | 1000011 | 11001 | 1000001 |
Color Harmonies of #B7BC8F
Complementary color
Monochromatic Colors of #B7BC8F
Black with #B7BC8F
Text Example
Text Example
White with #B7BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC8F; }
p { color: rgb(183,188,143); }
H1.HeaderClassName
{
color: #B7BC8F;
}
.AnyTagClassName
{
color: #B7BC8F;
}
</style>
background-color css
<style>
a { background-color: #B7BC8F; }
a { background-color: rgb(183,188,143); }
div.DivClassName
{
background-color: #B7BC8F;
}
.BgClassName
{
background-color: #B7BC8F;
}
</style>
border-color css
<style>
span { border-color: #B7BC8F; }
span { border-color: rgb(183,188,143); }
td.TdClassName
{
border-color: #B7BC8F;
}
.TagClassName
{
border-color: #B7BC8F;
}
</style>