Shades of Green Mist #B7B993
Tints of Green Mist #B7B993
RGB
CMYK
RGB Variations
Color information
#B7B993 (or 0xB7B993) is known color: Green Mist. HEX triplet: B7, B9 and 93. RGB value is (183,185,147). Sum of RGB (Red+Green+Blue) = 183+185+147=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B993 is #48466C. Grayscale: #B4B4B4. Windows color (decimal): -4736621 or 9681335. OLE color: 9681335.
HSL color Cylindrical-coordinate representation of color #B7B993: hue angle of 63.16º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7B993 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 147 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.27 |
| HSL | 63.16º | 0.21% | 0.65% | - |
| HSV(B) | 63.16º | 0.21% | 0.73% | - |
| XYZ | 42.14 | 46.87 | 34.43 | - |
| YUV | 180.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 147 | 0.01 | 0 | 0.21 | 0.27 | 63.16 | 0.21 | 0.65 |
| Hex | B7 | B9 | 93 | 1 | 0 | 15 | 1B | 3F | 15 | 41 |
| Octal | 267 | 271 | 223 | 1 | 0 | 25 | 33 | 77 | 25 | 101 |
| Binary | 10110111 | 10111001 | 10010011 | 1 | 0 | 10101 | 11011 | 111111 | 10101 | 1000001 |
Color Harmonies of #B7B993
Complementary color
Monochromatic Colors of #B7B993
Black with #B7B993
Text Example
Text Example
White with #B7B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B993; }
p { color: rgb(183,185,147); }
H1.HeaderClassName
{
color: #B7B993;
}
.AnyTagClassName
{
color: #B7B993;
}
</style>
background-color css
<style>
a { background-color: #B7B993; }
a { background-color: rgb(183,185,147); }
div.DivClassName
{
background-color: #B7B993;
}
.BgClassName
{
background-color: #B7B993;
}
</style>
border-color css
<style>
span { border-color: #B7B993; }
span { border-color: rgb(183,185,147); }
td.TdClassName
{
border-color: #B7B993;
}
.TagClassName
{
border-color: #B7B993;
}
</style>