Shades of Green Mist #B7B99C
Tints of Green Mist #B7B99C
RGB
CMYK
RGB Variations
Color information
#B7B99C (or 0xB7B99C) is known color: Green Mist. HEX triplet: B7, B9 and 9C. RGB value is (183,185,156). Sum of RGB (Red+Green+Blue) = 183+185+156=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B99C is #484663. Grayscale: #B5B5B5. Windows color (decimal): -4736612 or 10271159. OLE color: 10271159.
HSL color Cylindrical-coordinate representation of color #B7B99C: hue angle of 64.14º degrees, saturation: 0.17, 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 #B7B99C is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 156 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.27 |
| HSL | 64.14º | 0.17% | 0.67% | - |
| HSV(B) | 64.14º | 0.16% | 0.73% | - |
| XYZ | 42.88 | 47.17 | 38.3 | - |
| YUV | 181.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 156 | 0.01 | 0 | 0.16 | 0.27 | 64.14 | 0.17 | 0.67 |
| Hex | B7 | B9 | 9C | 1 | 0 | 10 | 1B | 40 | 11 | 43 |
| Octal | 267 | 271 | 234 | 1 | 0 | 20 | 33 | 100 | 21 | 103 |
| Binary | 10110111 | 10111001 | 10011100 | 1 | 0 | 10000 | 11011 | 1000000 | 10001 | 1000011 |
Color Harmonies of #B7B99C
Complementary color
Monochromatic Colors of #B7B99C
Black with #B7B99C
Text Example
Text Example
White with #B7B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B99C; }
p { color: rgb(183,185,156); }
H1.HeaderClassName
{
color: #B7B99C;
}
.AnyTagClassName
{
color: #B7B99C;
}
</style>
background-color css
<style>
a { background-color: #B7B99C; }
a { background-color: rgb(183,185,156); }
div.DivClassName
{
background-color: #B7B99C;
}
.BgClassName
{
background-color: #B7B99C;
}
</style>
border-color css
<style>
span { border-color: #B7B99C; }
span { border-color: rgb(183,185,156); }
td.TdClassName
{
border-color: #B7B99C;
}
.TagClassName
{
border-color: #B7B99C;
}
</style>