Shades of Green Spring #B0B49D
Tints of Green Spring #B0B49D
RGB
CMYK
RGB Variations
Color information
#B0B49D (or 0xB0B49D) is known color: Green Spring. HEX triplet: B0, B4 and 9D. RGB value is (176,180,157). Sum of RGB (Red+Green+Blue) = 176+180+157=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49D is #4F4B62. Grayscale: #B0B0B0. Windows color (decimal): -5196643 or 10335408. OLE color: 10335408.
HSL color Cylindrical-coordinate representation of color #B0B49D: hue angle of 70.43º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B49D is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 157 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.29 |
| HSL | 70.43º | 0.13% | 0.66% | - |
| HSV(B) | 70.43º | 0.13% | 0.71% | - |
| XYZ | 40.31 | 44.31 | 38.33 | - |
| YUV | 176.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 157 | 0.02 | 0 | 0.13 | 0.29 | 70.43 | 0.13 | 0.66 |
| Hex | B0 | B4 | 9D | 2 | 0 | D | 1D | 46 | D | 42 |
| Octal | 260 | 264 | 235 | 2 | 0 | 15 | 35 | 106 | 15 | 102 |
| Binary | 10110000 | 10110100 | 10011101 | 10 | 0 | 1101 | 11101 | 1000110 | 1101 | 1000010 |
Color Harmonies of #B0B49D
Complementary color
Monochromatic Colors of #B0B49D
Black with #B0B49D
Text Example
Text Example
White with #B0B49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B49D; }
p { color: rgb(176,180,157); }
H1.HeaderClassName
{
color: #B0B49D;
}
.AnyTagClassName
{
color: #B0B49D;
}
</style>
background-color css
<style>
a { background-color: #B0B49D; }
a { background-color: rgb(176,180,157); }
div.DivClassName
{
background-color: #B0B49D;
}
.BgClassName
{
background-color: #B0B49D;
}
</style>
border-color css
<style>
span { border-color: #B0B49D; }
span { border-color: rgb(176,180,157); }
td.TdClassName
{
border-color: #B0B49D;
}
.TagClassName
{
border-color: #B0B49D;
}
</style>