Shades of Green Spring #B0B29B
Tints of Green Spring #B0B29B
RGB
CMYK
RGB Variations
Color information
#B0B29B (or 0xB0B29B) is known color: Green Spring. HEX triplet: B0, B2 and 9B. RGB value is (176,178,155). Sum of RGB (Red+Green+Blue) = 176+178+155=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B29B is #4F4D64. Grayscale: #AEAEAE. Windows color (decimal): -5197157 or 10203824. OLE color: 10203824.
HSL color Cylindrical-coordinate representation of color #B0B29B: hue angle of 65.22º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B29B is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 155 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.30 |
| HSL | 65.22º | 0.13% | 0.65% | - |
| HSV(B) | 65.22º | 0.13% | 0.7% | - |
| XYZ | 39.74 | 43.44 | 37.3 | - |
| YUV | 174.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 155 | 0.01 | 0 | 0.13 | 0.30 | 65.22 | 0.13 | 0.65 |
| Hex | B0 | B2 | 9B | 1 | 0 | D | 1E | 41 | D | 41 |
| Octal | 260 | 262 | 233 | 1 | 0 | 15 | 36 | 101 | 15 | 101 |
| Binary | 10110000 | 10110010 | 10011011 | 1 | 0 | 1101 | 11110 | 1000001 | 1101 | 1000001 |
Color Harmonies of #B0B29B
Complementary color
Monochromatic Colors of #B0B29B
Black with #B0B29B
Text Example
Text Example
White with #B0B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B29B; }
p { color: rgb(176,178,155); }
H1.HeaderClassName
{
color: #B0B29B;
}
.AnyTagClassName
{
color: #B0B29B;
}
</style>
background-color css
<style>
a { background-color: #B0B29B; }
a { background-color: rgb(176,178,155); }
div.DivClassName
{
background-color: #B0B29B;
}
.BgClassName
{
background-color: #B0B29B;
}
</style>
border-color css
<style>
span { border-color: #B0B29B; }
span { border-color: rgb(176,178,155); }
td.TdClassName
{
border-color: #B0B29B;
}
.TagClassName
{
border-color: #B0B29B;
}
</style>