Shades of Green Spring #B0B49B
Tints of Green Spring #B0B49B
RGB
CMYK
RGB Variations
Color information
#B0B49B (or 0xB0B49B) is known color: Green Spring. HEX triplet: B0, B4 and 9B. RGB value is (176,180,155). Sum of RGB (Red+Green+Blue) = 176+180+155=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49B is #4F4B64. Grayscale: #B0B0B0. Windows color (decimal): -5196645 or 10204336. OLE color: 10204336.
HSL color Cylindrical-coordinate representation of color #B0B49B: hue angle of 69.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0B49B is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 155 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.29 |
| HSL | 69.6º | 0.14% | 0.66% | - |
| HSV(B) | 69.6º | 0.14% | 0.71% | - |
| XYZ | 40.14 | 44.24 | 37.43 | - |
| YUV | 175.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 155 | 0.02 | 0 | 0.14 | 0.29 | 69.6 | 0.14 | 0.66 |
| Hex | B0 | B4 | 9B | 2 | 0 | E | 1D | 46 | E | 42 |
| Octal | 260 | 264 | 233 | 2 | 0 | 16 | 35 | 106 | 16 | 102 |
| Binary | 10110000 | 10110100 | 10011011 | 10 | 0 | 1110 | 11101 | 1000110 | 1110 | 1000010 |
Color Harmonies of #B0B49B
Complementary color
Monochromatic Colors of #B0B49B
Black with #B0B49B
Text Example
Text Example
White with #B0B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B49B; }
p { color: rgb(176,180,155); }
H1.HeaderClassName
{
color: #B0B49B;
}
.AnyTagClassName
{
color: #B0B49B;
}
</style>
background-color css
<style>
a { background-color: #B0B49B; }
a { background-color: rgb(176,180,155); }
div.DivClassName
{
background-color: #B0B49B;
}
.BgClassName
{
background-color: #B0B49B;
}
</style>
border-color css
<style>
span { border-color: #B0B49B; }
span { border-color: rgb(176,180,155); }
td.TdClassName
{
border-color: #B0B49B;
}
.TagClassName
{
border-color: #B0B49B;
}
</style>