Shades of Green Mist #B5BA8C
Tints of Green Mist #B5BA8C
RGB
CMYK
RGB Variations
Color information
#B5BA8C (or 0xB5BA8C) is known color: Green Mist. HEX triplet: B5, BA and 8C. RGB value is (181,186,140). Sum of RGB (Red+Green+Blue) = 181+186+140=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA8C is #4A4573. Grayscale: #B3B3B3. Windows color (decimal): -4867444 or 9222837. OLE color: 9222837.
HSL color Cylindrical-coordinate representation of color #B5BA8C: hue angle of 66.52º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5BA8C is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 140 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.27 |
| HSL | 66.52º | 0.25% | 0.64% | - |
| HSV(B) | 66.52º | 0.25% | 0.73% | - |
| XYZ | 41.35 | 46.84 | 31.67 | - |
| YUV | 179.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 140 | 0.03 | 0 | 0.25 | 0.27 | 66.52 | 0.25 | 0.64 |
| Hex | B5 | BA | 8C | 3 | 0 | 19 | 1B | 43 | 19 | 40 |
| Octal | 265 | 272 | 214 | 3 | 0 | 31 | 33 | 103 | 31 | 100 |
| Binary | 10110101 | 10111010 | 10001100 | 11 | 0 | 11001 | 11011 | 1000011 | 11001 | 1000000 |
Color Harmonies of #B5BA8C
Complementary color
Monochromatic Colors of #B5BA8C
Black with #B5BA8C
Text Example
Text Example
White with #B5BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA8C; }
p { color: rgb(181,186,140); }
H1.HeaderClassName
{
color: #B5BA8C;
}
.AnyTagClassName
{
color: #B5BA8C;
}
</style>
background-color css
<style>
a { background-color: #B5BA8C; }
a { background-color: rgb(181,186,140); }
div.DivClassName
{
background-color: #B5BA8C;
}
.BgClassName
{
background-color: #B5BA8C;
}
</style>
border-color css
<style>
span { border-color: #B5BA8C; }
span { border-color: rgb(181,186,140); }
td.TdClassName
{
border-color: #B5BA8C;
}
.TagClassName
{
border-color: #B5BA8C;
}
</style>