Shades of Green Mist #B7B99B
Tints of Green Mist #B7B99B
RGB
CMYK
RGB Variations
Color information
#B7B99B (or 0xB7B99B) is known color: Green Mist. HEX triplet: B7, B9 and 9B. RGB value is (183,185,155). Sum of RGB (Red+Green+Blue) = 183+185+155=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B99B is #484664. Grayscale: #B5B5B5. Windows color (decimal): -4736613 or 10205623. OLE color: 10205623.
HSL color Cylindrical-coordinate representation of color #B7B99B: hue angle of 64º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7B99B is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 155 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.27 |
| HSL | 64º | 0.18% | 0.67% | - |
| HSV(B) | 64º | 0.16% | 0.73% | - |
| XYZ | 42.79 | 47.13 | 37.85 | - |
| YUV | 180.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 155 | 0.01 | 0 | 0.16 | 0.27 | 64 | 0.18 | 0.67 |
| Hex | B7 | B9 | 9B | 1 | 0 | 10 | 1B | 40 | 12 | 43 |
| Octal | 267 | 271 | 233 | 1 | 0 | 20 | 33 | 100 | 22 | 103 |
| Binary | 10110111 | 10111001 | 10011011 | 1 | 0 | 10000 | 11011 | 1000000 | 10010 | 1000011 |
Color Harmonies of #B7B99B
Complementary color
Monochromatic Colors of #B7B99B
Black with #B7B99B
Text Example
Text Example
White with #B7B99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B99B; }
p { color: rgb(183,185,155); }
H1.HeaderClassName
{
color: #B7B99B;
}
.AnyTagClassName
{
color: #B7B99B;
}
</style>
background-color css
<style>
a { background-color: #B7B99B; }
a { background-color: rgb(183,185,155); }
div.DivClassName
{
background-color: #B7B99B;
}
.BgClassName
{
background-color: #B7B99B;
}
</style>
border-color css
<style>
span { border-color: #B7B99B; }
span { border-color: rgb(183,185,155); }
td.TdClassName
{
border-color: #B7B99B;
}
.TagClassName
{
border-color: #B7B99B;
}
</style>