Shades of Green Spring #B0BA95
Tints of Green Spring #B0BA95
RGB
CMYK
RGB Variations
Color information
#B0BA95 (or 0xB0BA95) is known color: Green Spring. HEX triplet: B0, BA and 95. RGB value is (176,186,149). Sum of RGB (Red+Green+Blue) = 176+186+149=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA95 is #4F456A. Grayscale: #B2B2B2. Windows color (decimal): -5195115 or 9812656. OLE color: 9812656.
HSL color Cylindrical-coordinate representation of color #B0BA95: hue angle of 76.22º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BA95 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 149 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.27 |
| HSL | 76.22º | 0.21% | 0.66% | - |
| HSV(B) | 76.22º | 0.2% | 0.73% | - |
| XYZ | 40.89 | 46.52 | 35.26 | - |
| YUV | 178.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 149 | 0.05 | 0 | 0.20 | 0.27 | 76.22 | 0.21 | 0.66 |
| Hex | B0 | BA | 95 | 5 | 0 | 14 | 1B | 4C | 15 | 42 |
| Octal | 260 | 272 | 225 | 5 | 0 | 24 | 33 | 114 | 25 | 102 |
| Binary | 10110000 | 10111010 | 10010101 | 101 | 0 | 10100 | 11011 | 1001100 | 10101 | 1000010 |
Color Harmonies of #B0BA95
Complementary color
Monochromatic Colors of #B0BA95
Black with #B0BA95
Text Example
Text Example
White with #B0BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA95; }
p { color: rgb(176,186,149); }
H1.HeaderClassName
{
color: #B0BA95;
}
.AnyTagClassName
{
color: #B0BA95;
}
</style>
background-color css
<style>
a { background-color: #B0BA95; }
a { background-color: rgb(176,186,149); }
div.DivClassName
{
background-color: #B0BA95;
}
.BgClassName
{
background-color: #B0BA95;
}
</style>
border-color css
<style>
span { border-color: #B0BA95; }
span { border-color: rgb(176,186,149); }
td.TdClassName
{
border-color: #B0BA95;
}
.TagClassName
{
border-color: #B0BA95;
}
</style>