Shades of Green Mist #B4B990
Tints of Green Mist #B4B990
RGB
CMYK
RGB Variations
Color information
#B4B990 (or 0xB4B990) is known color: Green Mist. HEX triplet: B4, B9 and 90. RGB value is (180,185,144). Sum of RGB (Red+Green+Blue) = 180+185+144=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B990 is #4B466F. Grayscale: #B2B2B2. Windows color (decimal): -4933232 or 9484724. OLE color: 9484724.
HSL color Cylindrical-coordinate representation of color #B4B990: hue angle of 67.32º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4B990 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 144 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.27 |
| HSL | 67.32º | 0.23% | 0.65% | - |
| HSV(B) | 67.32º | 0.22% | 0.73% | - |
| XYZ | 41.21 | 46.41 | 33.17 | - |
| YUV | 178.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 144 | 0.03 | 0 | 0.22 | 0.27 | 67.32 | 0.23 | 0.65 |
| Hex | B4 | B9 | 90 | 3 | 0 | 16 | 1B | 43 | 17 | 41 |
| Octal | 264 | 271 | 220 | 3 | 0 | 26 | 33 | 103 | 27 | 101 |
| Binary | 10110100 | 10111001 | 10010000 | 11 | 0 | 10110 | 11011 | 1000011 | 10111 | 1000001 |
Color Harmonies of #B4B990
Complementary color
Monochromatic Colors of #B4B990
Black with #B4B990
Text Example
Text Example
White with #B4B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B990; }
p { color: rgb(180,185,144); }
H1.HeaderClassName
{
color: #B4B990;
}
.AnyTagClassName
{
color: #B4B990;
}
</style>
background-color css
<style>
a { background-color: #B4B990; }
a { background-color: rgb(180,185,144); }
div.DivClassName
{
background-color: #B4B990;
}
.BgClassName
{
background-color: #B4B990;
}
</style>
border-color css
<style>
span { border-color: #B4B990; }
span { border-color: rgb(180,185,144); }
td.TdClassName
{
border-color: #B4B990;
}
.TagClassName
{
border-color: #B4B990;
}
</style>