Shades of Green Spring #B0B29D
Tints of Green Spring #B0B29D
RGB
CMYK
RGB Variations
Color information
#B0B29D (or 0xB0B29D) is known color: Green Spring. HEX triplet: B0, B2 and 9D. RGB value is (176,178,157). Sum of RGB (Red+Green+Blue) = 176+178+157=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B29D is #4F4D62. Grayscale: #AFAFAF. Windows color (decimal): -5197155 or 10334896. OLE color: 10334896.
HSL color Cylindrical-coordinate representation of color #B0B29D: hue angle of 65.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B29D is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 157 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.30 |
| HSL | 65.71º | 0.12% | 0.66% | - |
| HSV(B) | 65.71º | 0.12% | 0.7% | - |
| XYZ | 39.91 | 43.51 | 38.19 | - |
| YUV | 175.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 157 | 0.01 | 0 | 0.12 | 0.30 | 65.71 | 0.12 | 0.66 |
| Hex | B0 | B2 | 9D | 1 | 0 | C | 1E | 42 | C | 42 |
| Octal | 260 | 262 | 235 | 1 | 0 | 14 | 36 | 102 | 14 | 102 |
| Binary | 10110000 | 10110010 | 10011101 | 1 | 0 | 1100 | 11110 | 1000010 | 1100 | 1000010 |
Color Harmonies of #B0B29D
Complementary color
Monochromatic Colors of #B0B29D
Black with #B0B29D
Text Example
Text Example
White with #B0B29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B29D; }
p { color: rgb(176,178,157); }
H1.HeaderClassName
{
color: #B0B29D;
}
.AnyTagClassName
{
color: #B0B29D;
}
</style>
background-color css
<style>
a { background-color: #B0B29D; }
a { background-color: rgb(176,178,157); }
div.DivClassName
{
background-color: #B0B29D;
}
.BgClassName
{
background-color: #B0B29D;
}
</style>
border-color css
<style>
span { border-color: #B0B29D; }
span { border-color: rgb(176,178,157); }
td.TdClassName
{
border-color: #B0B29D;
}
.TagClassName
{
border-color: #B0B29D;
}
</style>