Shades of Green Mist #B5BA96
Tints of Green Mist #B5BA96
RGB
CMYK
RGB Variations
Color information
#B5BA96 (or 0xB5BA96) is known color: Green Mist. HEX triplet: B5, BA and 96. RGB value is (181,186,150). Sum of RGB (Red+Green+Blue) = 181+186+150=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA96 is #4A4569. Grayscale: #B4B4B4. Windows color (decimal): -4867434 or 9878197. OLE color: 9878197.
HSL color Cylindrical-coordinate representation of color #B5BA96: hue angle of 68.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5BA96 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 150 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.27 |
| HSL | 68.33º | 0.21% | 0.66% | - |
| HSV(B) | 68.33º | 0.19% | 0.73% | - |
| XYZ | 42.12 | 47.14 | 35.73 | - |
| YUV | 180.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 150 | 0.03 | 0 | 0.19 | 0.27 | 68.33 | 0.21 | 0.66 |
| Hex | B5 | BA | 96 | 3 | 0 | 13 | 1B | 44 | 15 | 42 |
| Octal | 265 | 272 | 226 | 3 | 0 | 23 | 33 | 104 | 25 | 102 |
| Binary | 10110101 | 10111010 | 10010110 | 11 | 0 | 10011 | 11011 | 1000100 | 10101 | 1000010 |
Color Harmonies of #B5BA96
Complementary color
Monochromatic Colors of #B5BA96
Black with #B5BA96
Text Example
Text Example
White with #B5BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA96; }
p { color: rgb(181,186,150); }
H1.HeaderClassName
{
color: #B5BA96;
}
.AnyTagClassName
{
color: #B5BA96;
}
</style>
background-color css
<style>
a { background-color: #B5BA96; }
a { background-color: rgb(181,186,150); }
div.DivClassName
{
background-color: #B5BA96;
}
.BgClassName
{
background-color: #B5BA96;
}
</style>
border-color css
<style>
span { border-color: #B5BA96; }
span { border-color: rgb(181,186,150); }
td.TdClassName
{
border-color: #B5BA96;
}
.TagClassName
{
border-color: #B5BA96;
}
</style>