Shades of Green Spring #B0B29A
Tints of Green Spring #B0B29A
RGB
CMYK
RGB Variations
Color information
#B0B29A (or 0xB0B29A) is known color: Green Spring. HEX triplet: B0, B2 and 9A. RGB value is (176,178,154). Sum of RGB (Red+Green+Blue) = 176+178+154=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B29A is #4F4D65. Grayscale: #AEAEAE. Windows color (decimal): -5197158 or 10138288. OLE color: 10138288.
HSL color Cylindrical-coordinate representation of color #B0B29A: hue angle of 65º 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 #B0B29A is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 154 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.30 |
| HSL | 65º | 0.13% | 0.65% | - |
| HSV(B) | 65º | 0.13% | 0.7% | - |
| XYZ | 39.66 | 43.4 | 36.86 | - |
| YUV | 174.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 154 | 0.01 | 0 | 0.13 | 0.30 | 65 | 0.13 | 0.65 |
| Hex | B0 | B2 | 9A | 1 | 0 | D | 1E | 41 | D | 41 |
| Octal | 260 | 262 | 232 | 1 | 0 | 15 | 36 | 101 | 15 | 101 |
| Binary | 10110000 | 10110010 | 10011010 | 1 | 0 | 1101 | 11110 | 1000001 | 1101 | 1000001 |
Color Harmonies of #B0B29A
Complementary color
Monochromatic Colors of #B0B29A
Black with #B0B29A
Text Example
Text Example
White with #B0B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B29A; }
p { color: rgb(176,178,154); }
H1.HeaderClassName
{
color: #B0B29A;
}
.AnyTagClassName
{
color: #B0B29A;
}
</style>
background-color css
<style>
a { background-color: #B0B29A; }
a { background-color: rgb(176,178,154); }
div.DivClassName
{
background-color: #B0B29A;
}
.BgClassName
{
background-color: #B0B29A;
}
</style>
border-color css
<style>
span { border-color: #B0B29A; }
span { border-color: rgb(176,178,154); }
td.TdClassName
{
border-color: #B0B29A;
}
.TagClassName
{
border-color: #B0B29A;
}
</style>