Shades of Green Spring #B0B591
Tints of Green Spring #B0B591
RGB
CMYK
RGB Variations
Color information
#B0B591 (or 0xB0B591) is known color: Green Spring. HEX triplet: B0, B5 and 91. RGB value is (176,181,145). Sum of RGB (Red+Green+Blue) = 176+181+145=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B591 is #4F4A6E. Grayscale: #AFAFAF. Windows color (decimal): -5196399 or 9549232. OLE color: 9549232.
HSL color Cylindrical-coordinate representation of color #B0B591: hue angle of 68.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B591 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 145 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.29 |
| HSL | 68.33º | 0.2% | 0.64% | - |
| HSV(B) | 68.33º | 0.2% | 0.71% | - |
| XYZ | 39.54 | 44.32 | 33.26 | - |
| YUV | 175.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 145 | 0.03 | 0 | 0.20 | 0.29 | 68.33 | 0.2 | 0.64 |
| Hex | B0 | B5 | 91 | 3 | 0 | 14 | 1D | 44 | 14 | 40 |
| Octal | 260 | 265 | 221 | 3 | 0 | 24 | 35 | 104 | 24 | 100 |
| Binary | 10110000 | 10110101 | 10010001 | 11 | 0 | 10100 | 11101 | 1000100 | 10100 | 1000000 |
Color Harmonies of #B0B591
Complementary color
Monochromatic Colors of #B0B591
Black with #B0B591
Text Example
Text Example
White with #B0B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B591; }
p { color: rgb(176,181,145); }
H1.HeaderClassName
{
color: #B0B591;
}
.AnyTagClassName
{
color: #B0B591;
}
</style>
background-color css
<style>
a { background-color: #B0B591; }
a { background-color: rgb(176,181,145); }
div.DivClassName
{
background-color: #B0B591;
}
.BgClassName
{
background-color: #B0B591;
}
</style>
border-color css
<style>
span { border-color: #B0B591; }
span { border-color: rgb(176,181,145); }
td.TdClassName
{
border-color: #B0B591;
}
.TagClassName
{
border-color: #B0B591;
}
</style>