Shades of Green Mist #B4B797
Tints of Green Mist #B4B797
RGB
CMYK
RGB Variations
Color information
#B4B797 (or 0xB4B797) is known color: Green Mist. HEX triplet: B4, B7 and 97. RGB value is (180,183,151). Sum of RGB (Red+Green+Blue) = 180+183+151=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B797 is #4B4868. Grayscale: #B2B2B2. Windows color (decimal): -4933737 or 9942964. OLE color: 9942964.
HSL color Cylindrical-coordinate representation of color #B4B797: hue angle of 65.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4B797 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 183 | 151 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.28 |
| HSL | 65.63º | 0.18% | 0.65% | - |
| HSV(B) | 65.63º | 0.17% | 0.72% | - |
| XYZ | 41.34 | 45.8 | 35.94 | - |
| YUV | 178.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 151 | 0.02 | 0 | 0.17 | 0.28 | 65.63 | 0.18 | 0.65 |
| Hex | B4 | B7 | 97 | 2 | 0 | 11 | 1C | 42 | 12 | 41 |
| Octal | 264 | 267 | 227 | 2 | 0 | 21 | 34 | 102 | 22 | 101 |
| Binary | 10110100 | 10110111 | 10010111 | 10 | 0 | 10001 | 11100 | 1000010 | 10010 | 1000001 |
Color Harmonies of #B4B797
Complementary color
Monochromatic Colors of #B4B797
Black with #B4B797
Text Example
Text Example
White with #B4B797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B797; }
p { color: rgb(180,183,151); }
H1.HeaderClassName
{
color: #B4B797;
}
.AnyTagClassName
{
color: #B4B797;
}
</style>
background-color css
<style>
a { background-color: #B4B797; }
a { background-color: rgb(180,183,151); }
div.DivClassName
{
background-color: #B4B797;
}
.BgClassName
{
background-color: #B4B797;
}
</style>
border-color css
<style>
span { border-color: #B4B797; }
span { border-color: rgb(180,183,151); }
td.TdClassName
{
border-color: #B4B797;
}
.TagClassName
{
border-color: #B4B797;
}
</style>