Shades of Green Mist #B7BB8D
Tints of Green Mist #B7BB8D
RGB
CMYK
RGB Variations
Color information
#B7BB8D (or 0xB7BB8D) is known color: Green Mist. HEX triplet: B7, BB and 8D. RGB value is (183,187,141). Sum of RGB (Red+Green+Blue) = 183+187+141=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BB8D is #484472. Grayscale: #B4B4B4. Windows color (decimal): -4736115 or 9288631. OLE color: 9288631.
HSL color Cylindrical-coordinate representation of color #B7BB8D: hue angle of 65.22º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7BB8D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 187 | 141 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.27 |
| HSL | 65.22º | 0.25% | 0.64% | - |
| HSV(B) | 65.22º | 0.25% | 0.73% | - |
| XYZ | 42.11 | 47.53 | 32.15 | - |
| YUV | 180.56 | 105.67 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 141 | 0.02 | 0 | 0.25 | 0.27 | 65.22 | 0.25 | 0.64 |
| Hex | B7 | BB | 8D | 2 | 0 | 19 | 1B | 41 | 19 | 40 |
| Octal | 267 | 273 | 215 | 2 | 0 | 31 | 33 | 101 | 31 | 100 |
| Binary | 10110111 | 10111011 | 10001101 | 10 | 0 | 11001 | 11011 | 1000001 | 11001 | 1000000 |
Color Harmonies of #B7BB8D
Complementary color
Monochromatic Colors of #B7BB8D
Black with #B7BB8D
Text Example
Text Example
White with #B7BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BB8D; }
p { color: rgb(183,187,141); }
H1.HeaderClassName
{
color: #B7BB8D;
}
.AnyTagClassName
{
color: #B7BB8D;
}
</style>
background-color css
<style>
a { background-color: #B7BB8D; }
a { background-color: rgb(183,187,141); }
div.DivClassName
{
background-color: #B7BB8D;
}
.BgClassName
{
background-color: #B7BB8D;
}
</style>
border-color css
<style>
span { border-color: #B7BB8D; }
span { border-color: rgb(183,187,141); }
td.TdClassName
{
border-color: #B7BB8D;
}
.TagClassName
{
border-color: #B7BB8D;
}
</style>