Shades of Green Spring #B0B59D
Tints of Green Spring #B0B59D
RGB
CMYK
RGB Variations
Color information
#B0B59D (or 0xB0B59D) is known color: Green Spring. HEX triplet: B0, B5 and 9D. RGB value is (176,181,157). Sum of RGB (Red+Green+Blue) = 176+181+157=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B59D is #4F4A62. Grayscale: #B0B0B0. Windows color (decimal): -5196387 or 10335664. OLE color: 10335664.
HSL color Cylindrical-coordinate representation of color #B0B59D: hue angle of 72.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B59D is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 157 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.29 |
| HSL | 72.5º | 0.14% | 0.66% | - |
| HSV(B) | 72.5º | 0.13% | 0.71% | - |
| XYZ | 40.51 | 44.71 | 38.39 | - |
| YUV | 176.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 157 | 0.03 | 0 | 0.13 | 0.29 | 72.5 | 0.14 | 0.66 |
| Hex | B0 | B5 | 9D | 3 | 0 | D | 1D | 48 | E | 42 |
| Octal | 260 | 265 | 235 | 3 | 0 | 15 | 35 | 110 | 16 | 102 |
| Binary | 10110000 | 10110101 | 10011101 | 11 | 0 | 1101 | 11101 | 1001000 | 1110 | 1000010 |
Color Harmonies of #B0B59D
Complementary color
Monochromatic Colors of #B0B59D
Black with #B0B59D
Text Example
Text Example
White with #B0B59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B59D; }
p { color: rgb(176,181,157); }
H1.HeaderClassName
{
color: #B0B59D;
}
.AnyTagClassName
{
color: #B0B59D;
}
</style>
background-color css
<style>
a { background-color: #B0B59D; }
a { background-color: rgb(176,181,157); }
div.DivClassName
{
background-color: #B0B59D;
}
.BgClassName
{
background-color: #B0B59D;
}
</style>
border-color css
<style>
span { border-color: #B0B59D; }
span { border-color: rgb(176,181,157); }
td.TdClassName
{
border-color: #B0B59D;
}
.TagClassName
{
border-color: #B0B59D;
}
</style>