Shades of Green Mist #B7BC8D
Tints of Green Mist #B7BC8D
RGB
CMYK
RGB Variations
Color information
#B7BC8D (or 0xB7BC8D) is known color: Green Mist. HEX triplet: B7, BC and 8D. RGB value is (183,188,141). Sum of RGB (Red+Green+Blue) = 183+188+141=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BC8D is #484372. Grayscale: #B5B5B5. Windows color (decimal): -4735859 or 9288887. OLE color: 9288887.
HSL color Cylindrical-coordinate representation of color #B7BC8D: hue angle of 66.38º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7BC8D is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 141 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.26 |
| HSL | 66.38º | 0.26% | 0.65% | - |
| HSV(B) | 66.38º | 0.25% | 0.74% | - |
| XYZ | 42.32 | 47.96 | 32.23 | - |
| YUV | 181.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 141 | 0.03 | 0 | 0.25 | 0.26 | 66.38 | 0.26 | 0.65 |
| Hex | B7 | BC | 8D | 3 | 0 | 19 | 1A | 42 | 1A | 41 |
| Octal | 267 | 274 | 215 | 3 | 0 | 31 | 32 | 102 | 32 | 101 |
| Binary | 10110111 | 10111100 | 10001101 | 11 | 0 | 11001 | 11010 | 1000010 | 11010 | 1000001 |
Color Harmonies of #B7BC8D
Complementary color
Monochromatic Colors of #B7BC8D
Black with #B7BC8D
Text Example
Text Example
White with #B7BC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC8D; }
p { color: rgb(183,188,141); }
H1.HeaderClassName
{
color: #B7BC8D;
}
.AnyTagClassName
{
color: #B7BC8D;
}
</style>
background-color css
<style>
a { background-color: #B7BC8D; }
a { background-color: rgb(183,188,141); }
div.DivClassName
{
background-color: #B7BC8D;
}
.BgClassName
{
background-color: #B7BC8D;
}
</style>
border-color css
<style>
span { border-color: #B7BC8D; }
span { border-color: rgb(183,188,141); }
td.TdClassName
{
border-color: #B7BC8D;
}
.TagClassName
{
border-color: #B7BC8D;
}
</style>