Shades of Green Spring #B0B5A0
Tints of Green Spring #B0B5A0
RGB
CMYK
RGB Variations
Color information
#B0B5A0 (or 0xB0B5A0) is known color: Green Spring. HEX triplet: B0, B5 and A0. RGB value is (176,181,160). Sum of RGB (Red+Green+Blue) = 176+181+160=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B5A0 is #4F4A5F. Grayscale: #B1B1B1. Windows color (decimal): -5196384 or 10532272. OLE color: 10532272.
HSL color Cylindrical-coordinate representation of color #B0B5A0: hue angle of 74.29º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B5A0 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
RGB | 176 | 181 | 160 | - |
CMYK | 0.03 | 0 | 0.12 | 0.29 |
HSL | 74.29º | 0.12% | 0.67% | - |
HSV(B) | 74.29º | 0.12% | 0.71% | - |
XYZ | 40.77 | 44.82 | 39.76 | - |
YUV | 177.11 | 118.34 | 127.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 181 | 160 | 0.03 | 0 | 0.12 | 0.29 | 74.29 | 0.12 | 0.67 |
Hex | B0 | B5 | A0 | 3 | 0 | C | 1D | 4A | C | 43 |
Octal | 260 | 265 | 240 | 3 | 0 | 14 | 35 | 112 | 14 | 103 |
Binary | 10110000 | 10110101 | 10100000 | 11 | 0 | 1100 | 11101 | 1001010 | 1100 | 1000011 |
Color Harmonies of #B0B5A0
Complementary color
Monochromatic Colors of #B0B5A0
Black with #B0B5A0
Text Example
Text Example
White with #B0B5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B5A0; }
p { color: rgb(176,181,160); }
H1.HeaderClassName
{
color: #B0B5A0;
}
.AnyTagClassName
{
color: #B0B5A0;
}
</style>
background-color css
<style>
a { background-color: #B0B5A0; }
a { background-color: rgb(176,181,160); }
div.DivClassName
{
background-color: #B0B5A0;
}
.BgClassName
{
background-color: #B0B5A0;
}
</style>
border-color css
<style>
span { border-color: #B0B5A0; }
span { border-color: rgb(176,181,160); }
td.TdClassName
{
border-color: #B0B5A0;
}
.TagClassName
{
border-color: #B0B5A0;
}
</style>