Shades of Green Mist #B4B996
Tints of Green Mist #B4B996
RGB
CMYK
RGB Variations
Color information
#B4B996 (or 0xB4B996) is known color: Green Mist. HEX triplet: B4, B9 and 96. RGB value is (180,185,150). Sum of RGB (Red+Green+Blue) = 180+185+150=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B996 is #4B4669. Grayscale: #B3B3B3. Windows color (decimal): -4933226 or 9877940. OLE color: 9877940.
HSL color Cylindrical-coordinate representation of color #B4B996: hue angle of 68.57º degrees, saturation: 0.2, 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 #B4B996 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 150 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.27 |
| HSL | 68.57º | 0.2% | 0.66% | - |
| HSV(B) | 68.57º | 0.19% | 0.73% | - |
| XYZ | 41.68 | 46.6 | 35.65 | - |
| YUV | 179.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 150 | 0.03 | 0 | 0.19 | 0.27 | 68.57 | 0.2 | 0.66 |
| Hex | B4 | B9 | 96 | 3 | 0 | 13 | 1B | 45 | 14 | 42 |
| Octal | 264 | 271 | 226 | 3 | 0 | 23 | 33 | 105 | 24 | 102 |
| Binary | 10110100 | 10111001 | 10010110 | 11 | 0 | 10011 | 11011 | 1000101 | 10100 | 1000010 |
Color Harmonies of #B4B996
Complementary color
Monochromatic Colors of #B4B996
Black with #B4B996
Text Example
Text Example
White with #B4B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B996; }
p { color: rgb(180,185,150); }
H1.HeaderClassName
{
color: #B4B996;
}
.AnyTagClassName
{
color: #B4B996;
}
</style>
background-color css
<style>
a { background-color: #B4B996; }
a { background-color: rgb(180,185,150); }
div.DivClassName
{
background-color: #B4B996;
}
.BgClassName
{
background-color: #B4B996;
}
</style>
border-color css
<style>
span { border-color: #B4B996; }
span { border-color: rgb(180,185,150); }
td.TdClassName
{
border-color: #B4B996;
}
.TagClassName
{
border-color: #B4B996;
}
</style>