Shades of Green Mist #B7BD8F
Tints of Green Mist #B7BD8F
RGB
CMYK
RGB Variations
Color information
#B7BD8F (or 0xB7BD8F) is known color: Green Mist. HEX triplet: B7, BD and 8F. RGB value is (183,189,143). Sum of RGB (Red+Green+Blue) = 183+189+143=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BD8F is #484270. Grayscale: #B6B6B6. Windows color (decimal): -4735601 or 9420215. OLE color: 9420215.
HSL color Cylindrical-coordinate representation of color #B7BD8F: hue angle of 67.83º 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 #B7BD8F is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 143 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.26 |
| HSL | 67.83º | 0.26% | 0.65% | - |
| HSV(B) | 67.83º | 0.24% | 0.74% | - |
| XYZ | 42.68 | 48.45 | 33.09 | - |
| YUV | 181.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 143 | 0.03 | 0 | 0.24 | 0.26 | 67.83 | 0.26 | 0.65 |
| Hex | B7 | BD | 8F | 3 | 0 | 18 | 1A | 44 | 1A | 41 |
| Octal | 267 | 275 | 217 | 3 | 0 | 30 | 32 | 104 | 32 | 101 |
| Binary | 10110111 | 10111101 | 10001111 | 11 | 0 | 11000 | 11010 | 1000100 | 11010 | 1000001 |
Color Harmonies of #B7BD8F
Complementary color
Monochromatic Colors of #B7BD8F
Black with #B7BD8F
Text Example
Text Example
White with #B7BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD8F; }
p { color: rgb(183,189,143); }
H1.HeaderClassName
{
color: #B7BD8F;
}
.AnyTagClassName
{
color: #B7BD8F;
}
</style>
background-color css
<style>
a { background-color: #B7BD8F; }
a { background-color: rgb(183,189,143); }
div.DivClassName
{
background-color: #B7BD8F;
}
.BgClassName
{
background-color: #B7BD8F;
}
</style>
border-color css
<style>
span { border-color: #B7BD8F; }
span { border-color: rgb(183,189,143); }
td.TdClassName
{
border-color: #B7BD8F;
}
.TagClassName
{
border-color: #B7BD8F;
}
</style>