Shades of Green Spring #B0B592
Tints of Green Spring #B0B592
RGB
CMYK
RGB Variations
Color information
#B0B592 (or 0xB0B592) is known color: Green Spring. HEX triplet: B0, B5 and 92. RGB value is (176,181,146). Sum of RGB (Red+Green+Blue) = 176+181+146=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B592 is #4F4A6D. Grayscale: #AFAFAF. Windows color (decimal): -5196398 or 9614768. OLE color: 9614768.
HSL color Cylindrical-coordinate representation of color #B0B592: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0B592 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 146 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.29 |
| HSL | 68.57º | 0.19% | 0.64% | - |
| HSV(B) | 68.57º | 0.19% | 0.71% | - |
| XYZ | 39.62 | 44.35 | 33.67 | - |
| YUV | 175.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 146 | 0.03 | 0 | 0.19 | 0.29 | 68.57 | 0.19 | 0.64 |
| Hex | B0 | B5 | 92 | 3 | 0 | 13 | 1D | 45 | 13 | 40 |
| Octal | 260 | 265 | 222 | 3 | 0 | 23 | 35 | 105 | 23 | 100 |
| Binary | 10110000 | 10110101 | 10010010 | 11 | 0 | 10011 | 11101 | 1000101 | 10011 | 1000000 |
Color Harmonies of #B0B592
Complementary color
Monochromatic Colors of #B0B592
Black with #B0B592
Text Example
Text Example
White with #B0B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B592; }
p { color: rgb(176,181,146); }
H1.HeaderClassName
{
color: #B0B592;
}
.AnyTagClassName
{
color: #B0B592;
}
</style>
background-color css
<style>
a { background-color: #B0B592; }
a { background-color: rgb(176,181,146); }
div.DivClassName
{
background-color: #B0B592;
}
.BgClassName
{
background-color: #B0B592;
}
</style>
border-color css
<style>
span { border-color: #B0B592; }
span { border-color: rgb(176,181,146); }
td.TdClassName
{
border-color: #B0B592;
}
.TagClassName
{
border-color: #B0B592;
}
</style>