Shades of Green Spring #B0B998
Tints of Green Spring #B0B998
RGB
CMYK
RGB Variations
Color information
#B0B998 (or 0xB0B998) is known color: Green Spring. HEX triplet: B0, B9 and 98. RGB value is (176,185,152). Sum of RGB (Red+Green+Blue) = 176+185+152=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B998 is #4F4667. Grayscale: #B2B2B2. Windows color (decimal): -5195368 or 10009008. OLE color: 10009008.
HSL color Cylindrical-coordinate representation of color #B0B998: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0B998 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 152 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.27 |
| HSL | 76.36º | 0.19% | 0.66% | - |
| HSV(B) | 76.36º | 0.18% | 0.73% | - |
| XYZ | 40.92 | 46.2 | 36.47 | - |
| YUV | 178.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 152 | 0.05 | 0 | 0.18 | 0.27 | 76.36 | 0.19 | 0.66 |
| Hex | B0 | B9 | 98 | 5 | 0 | 12 | 1B | 4C | 13 | 42 |
| Octal | 260 | 271 | 230 | 5 | 0 | 22 | 33 | 114 | 23 | 102 |
| Binary | 10110000 | 10111001 | 10011000 | 101 | 0 | 10010 | 11011 | 1001100 | 10011 | 1000010 |
Color Harmonies of #B0B998
Complementary color
Monochromatic Colors of #B0B998
Black with #B0B998
Text Example
Text Example
White with #B0B998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B998; }
p { color: rgb(176,185,152); }
H1.HeaderClassName
{
color: #B0B998;
}
.AnyTagClassName
{
color: #B0B998;
}
</style>
background-color css
<style>
a { background-color: #B0B998; }
a { background-color: rgb(176,185,152); }
div.DivClassName
{
background-color: #B0B998;
}
.BgClassName
{
background-color: #B0B998;
}
</style>
border-color css
<style>
span { border-color: #B0B998; }
span { border-color: rgb(176,185,152); }
td.TdClassName
{
border-color: #B0B998;
}
.TagClassName
{
border-color: #B0B998;
}
</style>