Shades of Green Mist #B7B997
Tints of Green Mist #B7B997
RGB
CMYK
RGB Variations
Color information
#B7B997 (or 0xB7B997) is known color: Green Mist. HEX triplet: B7, B9 and 97. RGB value is (183,185,151). Sum of RGB (Red+Green+Blue) = 183+185+151=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B997 is #484668. Grayscale: #B4B4B4. Windows color (decimal): -4736617 or 9943479. OLE color: 9943479.
HSL color Cylindrical-coordinate representation of color #B7B997: hue angle of 63.53º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B997 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 151 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.27 |
| HSL | 63.53º | 0.2% | 0.66% | - |
| HSV(B) | 63.53º | 0.18% | 0.73% | - |
| XYZ | 42.46 | 47 | 36.11 | - |
| YUV | 180.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 151 | 0.01 | 0 | 0.18 | 0.27 | 63.53 | 0.2 | 0.66 |
| Hex | B7 | B9 | 97 | 1 | 0 | 12 | 1B | 40 | 14 | 42 |
| Octal | 267 | 271 | 227 | 1 | 0 | 22 | 33 | 100 | 24 | 102 |
| Binary | 10110111 | 10111001 | 10010111 | 1 | 0 | 10010 | 11011 | 1000000 | 10100 | 1000010 |
Color Harmonies of #B7B997
Complementary color
Monochromatic Colors of #B7B997
Black with #B7B997
Text Example
Text Example
White with #B7B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B997; }
p { color: rgb(183,185,151); }
H1.HeaderClassName
{
color: #B7B997;
}
.AnyTagClassName
{
color: #B7B997;
}
</style>
background-color css
<style>
a { background-color: #B7B997; }
a { background-color: rgb(183,185,151); }
div.DivClassName
{
background-color: #B7B997;
}
.BgClassName
{
background-color: #B7B997;
}
</style>
border-color css
<style>
span { border-color: #B7B997; }
span { border-color: rgb(183,185,151); }
td.TdClassName
{
border-color: #B7B997;
}
.TagClassName
{
border-color: #B7B997;
}
</style>