Shades of Green Mist #B6B799
Tints of Green Mist #B6B799
RGB
CMYK
RGB Variations
Color information
#B6B799 (or 0xB6B799) is known color: Green Mist. HEX triplet: B6, B7 and 99. RGB value is (182,183,153). Sum of RGB (Red+Green+Blue) = 182+183+153=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B799 is #494866. Grayscale: #B3B3B3. Windows color (decimal): -4802663 or 10074038. OLE color: 10074038.
HSL color Cylindrical-coordinate representation of color #B6B799: hue angle of 62º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6B799 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 183 | 153 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.28 |
| HSL | 62º | 0.17% | 0.66% | - |
| HSV(B) | 62º | 0.16% | 0.72% | - |
| XYZ | 41.97 | 46.11 | 36.83 | - |
| YUV | 179.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 183 | 153 | 0.01 | 0 | 0.16 | 0.28 | 62 | 0.17 | 0.66 |
| Hex | B6 | B7 | 99 | 1 | 0 | 10 | 1C | 3E | 11 | 42 |
| Octal | 266 | 267 | 231 | 1 | 0 | 20 | 34 | 76 | 21 | 102 |
| Binary | 10110110 | 10110111 | 10011001 | 1 | 0 | 10000 | 11100 | 111110 | 10001 | 1000010 |
Color Harmonies of #B6B799
Complementary color
Monochromatic Colors of #B6B799
Black with #B6B799
Text Example
Text Example
White with #B6B799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B799; }
p { color: rgb(182,183,153); }
H1.HeaderClassName
{
color: #B6B799;
}
.AnyTagClassName
{
color: #B6B799;
}
</style>
background-color css
<style>
a { background-color: #B6B799; }
a { background-color: rgb(182,183,153); }
div.DivClassName
{
background-color: #B6B799;
}
.BgClassName
{
background-color: #B6B799;
}
</style>
border-color css
<style>
span { border-color: #B6B799; }
span { border-color: rgb(182,183,153); }
td.TdClassName
{
border-color: #B6B799;
}
.TagClassName
{
border-color: #B6B799;
}
</style>