Shades of Green Spring #B0B994
Tints of Green Spring #B0B994
RGB
CMYK
RGB Variations
Color information
#B0B994 (or 0xB0B994) is known color: Green Spring. HEX triplet: B0, B9 and 94. RGB value is (176,185,148). Sum of RGB (Red+Green+Blue) = 176+185+148=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B994 is #4F466B. Grayscale: #B2B2B2. Windows color (decimal): -5195372 or 9746864. OLE color: 9746864.
HSL color Cylindrical-coordinate representation of color #B0B994: hue angle of 74.59º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B994 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 148 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.27 |
| HSL | 74.59º | 0.21% | 0.65% | - |
| HSV(B) | 74.59º | 0.2% | 0.73% | - |
| XYZ | 40.6 | 46.07 | 34.77 | - |
| YUV | 178.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 148 | 0.05 | 0 | 0.20 | 0.27 | 74.59 | 0.21 | 0.65 |
| Hex | B0 | B9 | 94 | 5 | 0 | 14 | 1B | 4B | 15 | 41 |
| Octal | 260 | 271 | 224 | 5 | 0 | 24 | 33 | 113 | 25 | 101 |
| Binary | 10110000 | 10111001 | 10010100 | 101 | 0 | 10100 | 11011 | 1001011 | 10101 | 1000001 |
Color Harmonies of #B0B994
Complementary color
Monochromatic Colors of #B0B994
Black with #B0B994
Text Example
Text Example
White with #B0B994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B994; }
p { color: rgb(176,185,148); }
H1.HeaderClassName
{
color: #B0B994;
}
.AnyTagClassName
{
color: #B0B994;
}
</style>
background-color css
<style>
a { background-color: #B0B994; }
a { background-color: rgb(176,185,148); }
div.DivClassName
{
background-color: #B0B994;
}
.BgClassName
{
background-color: #B0B994;
}
</style>
border-color css
<style>
span { border-color: #B0B994; }
span { border-color: rgb(176,185,148); }
td.TdClassName
{
border-color: #B0B994;
}
.TagClassName
{
border-color: #B0B994;
}
</style>