Shades of Green Mist #B5BA93
Tints of Green Mist #B5BA93
RGB
CMYK
RGB Variations
Color information
#B5BA93 (or 0xB5BA93) is known color: Green Mist. HEX triplet: B5, BA and 93. RGB value is (181,186,147). Sum of RGB (Red+Green+Blue) = 181+186+147=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA93 is #4A456C. Grayscale: #B4B4B4. Windows color (decimal): -4867437 or 9681589. OLE color: 9681589.
HSL color Cylindrical-coordinate representation of color #B5BA93: hue angle of 67.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5BA93 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 147 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.27 |
| HSL | 67.69º | 0.22% | 0.65% | - |
| HSV(B) | 67.69º | 0.21% | 0.73% | - |
| XYZ | 41.88 | 47.05 | 34.48 | - |
| YUV | 180.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 147 | 0.03 | 0 | 0.21 | 0.27 | 67.69 | 0.22 | 0.65 |
| Hex | B5 | BA | 93 | 3 | 0 | 15 | 1B | 44 | 16 | 41 |
| Octal | 265 | 272 | 223 | 3 | 0 | 25 | 33 | 104 | 26 | 101 |
| Binary | 10110101 | 10111010 | 10010011 | 11 | 0 | 10101 | 11011 | 1000100 | 10110 | 1000001 |
Color Harmonies of #B5BA93
Complementary color
Monochromatic Colors of #B5BA93
Black with #B5BA93
Text Example
Text Example
White with #B5BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA93; }
p { color: rgb(181,186,147); }
H1.HeaderClassName
{
color: #B5BA93;
}
.AnyTagClassName
{
color: #B5BA93;
}
</style>
background-color css
<style>
a { background-color: #B5BA93; }
a { background-color: rgb(181,186,147); }
div.DivClassName
{
background-color: #B5BA93;
}
.BgClassName
{
background-color: #B5BA93;
}
</style>
border-color css
<style>
span { border-color: #B5BA93; }
span { border-color: rgb(181,186,147); }
td.TdClassName
{
border-color: #B5BA93;
}
.TagClassName
{
border-color: #B5BA93;
}
</style>