Shades of Green Spring #B0B99E
Tints of Green Spring #B0B99E
RGB
CMYK
RGB Variations
Color information
#B0B99E (or 0xB0B99E) is known color: Green Spring. HEX triplet: B0, B9 and 9E. RGB value is (176,185,158). Sum of RGB (Red+Green+Blue) = 176+185+158=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B99E is #4F4661. Grayscale: #B3B3B3. Windows color (decimal): -5195362 or 10402224. OLE color: 10402224.
HSL color Cylindrical-coordinate representation of color #B0B99E: hue angle of 80º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0B99E is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 185 | 158 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.27 |
| HSL | 80º | 0.16% | 0.67% | - |
| HSV(B) | 80º | 0.15% | 0.73% | - |
| XYZ | 41.43 | 46.4 | 39.12 | - |
| YUV | 179.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 185 | 158 | 0.05 | 0 | 0.15 | 0.27 | 80 | 0.16 | 0.67 |
| Hex | B0 | B9 | 9E | 5 | 0 | F | 1B | 50 | 10 | 43 |
| Octal | 260 | 271 | 236 | 5 | 0 | 17 | 33 | 120 | 20 | 103 |
| Binary | 10110000 | 10111001 | 10011110 | 101 | 0 | 1111 | 11011 | 1010000 | 10000 | 1000011 |
Color Harmonies of #B0B99E
Complementary color
Monochromatic Colors of #B0B99E
Black with #B0B99E
Text Example
Text Example
White with #B0B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B99E; }
p { color: rgb(176,185,158); }
H1.HeaderClassName
{
color: #B0B99E;
}
.AnyTagClassName
{
color: #B0B99E;
}
</style>
background-color css
<style>
a { background-color: #B0B99E; }
a { background-color: rgb(176,185,158); }
div.DivClassName
{
background-color: #B0B99E;
}
.BgClassName
{
background-color: #B0B99E;
}
</style>
border-color css
<style>
span { border-color: #B0B99E; }
span { border-color: rgb(176,185,158); }
td.TdClassName
{
border-color: #B0B99E;
}
.TagClassName
{
border-color: #B0B99E;
}
</style>