Shades of Green Spring #B0BA99
Tints of Green Spring #B0BA99
RGB
CMYK
RGB Variations
Color information
#B0BA99 (or 0xB0BA99) is known color: Green Spring. HEX triplet: B0, BA and 99. RGB value is (176,186,153). Sum of RGB (Red+Green+Blue) = 176+186+153=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA99 is #4F4566. Grayscale: #B3B3B3. Windows color (decimal): -5195111 or 10074800. OLE color: 10074800.
HSL color Cylindrical-coordinate representation of color #B0BA99: hue angle of 78.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BA99 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 153 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.27 |
| HSL | 78.18º | 0.19% | 0.66% | - |
| HSV(B) | 78.18º | 0.18% | 0.73% | - |
| XYZ | 41.21 | 46.65 | 36.97 | - |
| YUV | 179.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 153 | 0.05 | 0 | 0.18 | 0.27 | 78.18 | 0.19 | 0.66 |
| Hex | B0 | BA | 99 | 5 | 0 | 12 | 1B | 4E | 13 | 42 |
| Octal | 260 | 272 | 231 | 5 | 0 | 22 | 33 | 116 | 23 | 102 |
| Binary | 10110000 | 10111010 | 10011001 | 101 | 0 | 10010 | 11011 | 1001110 | 10011 | 1000010 |
Color Harmonies of #B0BA99
Complementary color
Monochromatic Colors of #B0BA99
Black with #B0BA99
Text Example
Text Example
White with #B0BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA99; }
p { color: rgb(176,186,153); }
H1.HeaderClassName
{
color: #B0BA99;
}
.AnyTagClassName
{
color: #B0BA99;
}
</style>
background-color css
<style>
a { background-color: #B0BA99; }
a { background-color: rgb(176,186,153); }
div.DivClassName
{
background-color: #B0BA99;
}
.BgClassName
{
background-color: #B0BA99;
}
</style>
border-color css
<style>
span { border-color: #B0BA99; }
span { border-color: rgb(176,186,153); }
td.TdClassName
{
border-color: #B0BA99;
}
.TagClassName
{
border-color: #B0BA99;
}
</style>