Shades of Green Mist #B8BC8E
Tints of Green Mist #B8BC8E
RGB
CMYK
RGB Variations
Color information
#B8BC8E (or 0xB8BC8E) is known color: Green Mist. HEX triplet: B8, BC and 8E. RGB value is (184,188,142). Sum of RGB (Red+Green+Blue) = 184+188+142=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BC8E is #474371. Grayscale: #B5B5B5. Windows color (decimal): -4670322 or 9354424. OLE color: 9354424.
HSL color Cylindrical-coordinate representation of color #B8BC8E: hue angle of 65.22º 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 #B8BC8E is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 142 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.26 |
| HSL | 65.22º | 0.26% | 0.65% | - |
| HSV(B) | 65.22º | 0.24% | 0.74% | - |
| XYZ | 42.63 | 48.11 | 32.63 | - |
| YUV | 181.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 142 | 0.02 | 0 | 0.24 | 0.26 | 65.22 | 0.26 | 0.65 |
| Hex | B8 | BC | 8E | 2 | 0 | 18 | 1A | 41 | 1A | 41 |
| Octal | 270 | 274 | 216 | 2 | 0 | 30 | 32 | 101 | 32 | 101 |
| Binary | 10111000 | 10111100 | 10001110 | 10 | 0 | 11000 | 11010 | 1000001 | 11010 | 1000001 |
Color Harmonies of #B8BC8E
Complementary color
Monochromatic Colors of #B8BC8E
Black with #B8BC8E
Text Example
Text Example
White with #B8BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC8E; }
p { color: rgb(184,188,142); }
H1.HeaderClassName
{
color: #B8BC8E;
}
.AnyTagClassName
{
color: #B8BC8E;
}
</style>
background-color css
<style>
a { background-color: #B8BC8E; }
a { background-color: rgb(184,188,142); }
div.DivClassName
{
background-color: #B8BC8E;
}
.BgClassName
{
background-color: #B8BC8E;
}
</style>
border-color css
<style>
span { border-color: #B8BC8E; }
span { border-color: rgb(184,188,142); }
td.TdClassName
{
border-color: #B8BC8E;
}
.TagClassName
{
border-color: #B8BC8E;
}
</style>