Shades of Green Mist #B7BC8E
Tints of Green Mist #B7BC8E
RGB
CMYK
RGB Variations
Color information
#B7BC8E (or 0xB7BC8E) is known color: Green Mist. HEX triplet: B7, BC and 8E. RGB value is (183,188,142). Sum of RGB (Red+Green+Blue) = 183+188+142=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC8E is #484371. Grayscale: #B5B5B5. Windows color (decimal): -4735858 or 9354423. OLE color: 9354423.
HSL color Cylindrical-coordinate representation of color #B7BC8E: hue angle of 66.52º degrees, saturation: 0.26, 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 #B7BC8E is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 142 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.26 |
| HSL | 66.52º | 0.26% | 0.65% | - |
| HSV(B) | 66.52º | 0.24% | 0.74% | - |
| XYZ | 42.39 | 47.99 | 32.62 | - |
| YUV | 181.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 142 | 0.03 | 0 | 0.24 | 0.26 | 66.52 | 0.26 | 0.65 |
| Hex | B7 | BC | 8E | 3 | 0 | 18 | 1A | 43 | 1A | 41 |
| Octal | 267 | 274 | 216 | 3 | 0 | 30 | 32 | 103 | 32 | 101 |
| Binary | 10110111 | 10111100 | 10001110 | 11 | 0 | 11000 | 11010 | 1000011 | 11010 | 1000001 |
Color Harmonies of #B7BC8E
Complementary color
Monochromatic Colors of #B7BC8E
Black with #B7BC8E
Text Example
Text Example
White with #B7BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC8E; }
p { color: rgb(183,188,142); }
H1.HeaderClassName
{
color: #B7BC8E;
}
.AnyTagClassName
{
color: #B7BC8E;
}
</style>
background-color css
<style>
a { background-color: #B7BC8E; }
a { background-color: rgb(183,188,142); }
div.DivClassName
{
background-color: #B7BC8E;
}
.BgClassName
{
background-color: #B7BC8E;
}
</style>
border-color css
<style>
span { border-color: #B7BC8E; }
span { border-color: rgb(183,188,142); }
td.TdClassName
{
border-color: #B7BC8E;
}
.TagClassName
{
border-color: #B7BC8E;
}
</style>