Shades of Green Mist #B6B895
Tints of Green Mist #B6B895
RGB
CMYK
RGB Variations
Color information
#B6B895 (or 0xB6B895) is known color: Green Mist. HEX triplet: B6, B8 and 95. RGB value is (182,184,149). Sum of RGB (Red+Green+Blue) = 182+184+149=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B895 is #49476A. Grayscale: #B3B3B3. Windows color (decimal): -4802411 or 9812150. OLE color: 9812150.
HSL color Cylindrical-coordinate representation of color #B6B895: hue angle of 63.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6B895 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 184 | 149 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.28 |
| HSL | 63.43º | 0.2% | 0.65% | - |
| HSV(B) | 63.43º | 0.19% | 0.72% | - |
| XYZ | 41.86 | 46.4 | 35.18 | - |
| YUV | 179.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 149 | 0.01 | 0 | 0.19 | 0.28 | 63.43 | 0.2 | 0.65 |
| Hex | B6 | B8 | 95 | 1 | 0 | 13 | 1C | 3F | 14 | 41 |
| Octal | 266 | 270 | 225 | 1 | 0 | 23 | 34 | 77 | 24 | 101 |
| Binary | 10110110 | 10111000 | 10010101 | 1 | 0 | 10011 | 11100 | 111111 | 10100 | 1000001 |
Color Harmonies of #B6B895
Complementary color
Monochromatic Colors of #B6B895
Black with #B6B895
Text Example
Text Example
White with #B6B895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B895; }
p { color: rgb(182,184,149); }
H1.HeaderClassName
{
color: #B6B895;
}
.AnyTagClassName
{
color: #B6B895;
}
</style>
background-color css
<style>
a { background-color: #B6B895; }
a { background-color: rgb(182,184,149); }
div.DivClassName
{
background-color: #B6B895;
}
.BgClassName
{
background-color: #B6B895;
}
</style>
border-color css
<style>
span { border-color: #B6B895; }
span { border-color: rgb(182,184,149); }
td.TdClassName
{
border-color: #B6B895;
}
.TagClassName
{
border-color: #B6B895;
}
</style>