Shades of Green Spring #B0BA9E
Tints of Green Spring #B0BA9E
RGB
CMYK
RGB Variations
Color information
#B0BA9E (or 0xB0BA9E) is known color: Green Spring. HEX triplet: B0, BA and 9E. RGB value is (176,186,158). Sum of RGB (Red+Green+Blue) = 176+186+158=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA9E is #4F4561. Grayscale: #B3B3B3. Windows color (decimal): -5195106 or 10402480. OLE color: 10402480.
HSL color Cylindrical-coordinate representation of color #B0BA9E: hue angle of 81.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BA9E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 158 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.27 |
| HSL | 81.43º | 0.17% | 0.67% | - |
| HSV(B) | 81.43º | 0.15% | 0.73% | - |
| XYZ | 41.63 | 46.82 | 39.19 | - |
| YUV | 179.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 158 | 0.05 | 0 | 0.15 | 0.27 | 81.43 | 0.17 | 0.67 |
| Hex | B0 | BA | 9E | 5 | 0 | F | 1B | 51 | 11 | 43 |
| Octal | 260 | 272 | 236 | 5 | 0 | 17 | 33 | 121 | 21 | 103 |
| Binary | 10110000 | 10111010 | 10011110 | 101 | 0 | 1111 | 11011 | 1010001 | 10001 | 1000011 |
Color Harmonies of #B0BA9E
Complementary color
Monochromatic Colors of #B0BA9E
Black with #B0BA9E
Text Example
Text Example
White with #B0BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA9E; }
p { color: rgb(176,186,158); }
H1.HeaderClassName
{
color: #B0BA9E;
}
.AnyTagClassName
{
color: #B0BA9E;
}
</style>
background-color css
<style>
a { background-color: #B0BA9E; }
a { background-color: rgb(176,186,158); }
div.DivClassName
{
background-color: #B0BA9E;
}
.BgClassName
{
background-color: #B0BA9E;
}
</style>
border-color css
<style>
span { border-color: #B0BA9E; }
span { border-color: rgb(176,186,158); }
td.TdClassName
{
border-color: #B0BA9E;
}
.TagClassName
{
border-color: #B0BA9E;
}
</style>