Shades of Green Mist #B5B898
Tints of Green Mist #B5B898
RGB
CMYK
RGB Variations
Color information
#B5B898 (or 0xB5B898) is known color: Green Mist. HEX triplet: B5, B8 and 98. RGB value is (181,184,152). Sum of RGB (Red+Green+Blue) = 181+184+152=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B898 is #4A4767. Grayscale: #B3B3B3. Windows color (decimal): -4867944 or 10008757. OLE color: 10008757.
HSL color Cylindrical-coordinate representation of color #B5B898: hue angle of 65.62º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B898 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 152 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.28 |
| HSL | 65.63º | 0.18% | 0.66% | - |
| HSV(B) | 65.63º | 0.17% | 0.72% | - |
| XYZ | 41.86 | 46.37 | 36.45 | - |
| YUV | 179.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 152 | 0.02 | 0 | 0.17 | 0.28 | 65.63 | 0.18 | 0.66 |
| Hex | B5 | B8 | 98 | 2 | 0 | 11 | 1C | 42 | 12 | 42 |
| Octal | 265 | 270 | 230 | 2 | 0 | 21 | 34 | 102 | 22 | 102 |
| Binary | 10110101 | 10111000 | 10011000 | 10 | 0 | 10001 | 11100 | 1000010 | 10010 | 1000010 |
Color Harmonies of #B5B898
Complementary color
Monochromatic Colors of #B5B898
Black with #B5B898
Text Example
Text Example
White with #B5B898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B898; }
p { color: rgb(181,184,152); }
H1.HeaderClassName
{
color: #B5B898;
}
.AnyTagClassName
{
color: #B5B898;
}
</style>
background-color css
<style>
a { background-color: #B5B898; }
a { background-color: rgb(181,184,152); }
div.DivClassName
{
background-color: #B5B898;
}
.BgClassName
{
background-color: #B5B898;
}
</style>
border-color css
<style>
span { border-color: #B5B898; }
span { border-color: rgb(181,184,152); }
td.TdClassName
{
border-color: #B5B898;
}
.TagClassName
{
border-color: #B5B898;
}
</style>