Shades of Green Mist #B4BA96
Tints of Green Mist #B4BA96
RGB
CMYK
RGB Variations
Color information
#B4BA96 (or 0xB4BA96) is known color: Green Mist. HEX triplet: B4, BA and 96. RGB value is (180,186,150). Sum of RGB (Red+Green+Blue) = 180+186+150=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA96 is #4B4569. Grayscale: #B4B4B4. Windows color (decimal): -4932970 or 9878196. OLE color: 9878196.
HSL color Cylindrical-coordinate representation of color #B4BA96: hue angle of 70º 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 #B4BA96 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 150 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.27 |
| HSL | 70º | 0.21% | 0.66% | - |
| HSV(B) | 70º | 0.19% | 0.73% | - |
| XYZ | 41.89 | 47.02 | 35.72 | - |
| YUV | 180.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 150 | 0.03 | 0 | 0.19 | 0.27 | 70 | 0.21 | 0.66 |
| Hex | B4 | BA | 96 | 3 | 0 | 13 | 1B | 46 | 15 | 42 |
| Octal | 264 | 272 | 226 | 3 | 0 | 23 | 33 | 106 | 25 | 102 |
| Binary | 10110100 | 10111010 | 10010110 | 11 | 0 | 10011 | 11011 | 1000110 | 10101 | 1000010 |
Color Harmonies of #B4BA96
Complementary color
Monochromatic Colors of #B4BA96
Black with #B4BA96
Text Example
Text Example
White with #B4BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA96; }
p { color: rgb(180,186,150); }
H1.HeaderClassName
{
color: #B4BA96;
}
.AnyTagClassName
{
color: #B4BA96;
}
</style>
background-color css
<style>
a { background-color: #B4BA96; }
a { background-color: rgb(180,186,150); }
div.DivClassName
{
background-color: #B4BA96;
}
.BgClassName
{
background-color: #B4BA96;
}
</style>
border-color css
<style>
span { border-color: #B4BA96; }
span { border-color: rgb(180,186,150); }
td.TdClassName
{
border-color: #B4BA96;
}
.TagClassName
{
border-color: #B4BA96;
}
</style>