Shades of Green Spring #B0B49C
Tints of Green Spring #B0B49C
RGB
CMYK
RGB Variations
Color information
#B0B49C (or 0xB0B49C) is known color: Green Spring. HEX triplet: B0, B4 and 9C. RGB value is (176,180,156). Sum of RGB (Red+Green+Blue) = 176+180+156=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B49C is #4F4B63. Grayscale: #B0B0B0. Windows color (decimal): -5196644 or 10269872. OLE color: 10269872.
HSL color Cylindrical-coordinate representation of color #B0B49C: hue angle of 70º degrees, saturation: 0.14, 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 #B0B49C is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 156 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.29 |
| HSL | 70º | 0.14% | 0.66% | - |
| HSV(B) | 70º | 0.13% | 0.71% | - |
| XYZ | 40.23 | 44.27 | 37.88 | - |
| YUV | 176.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 156 | 0.02 | 0 | 0.13 | 0.29 | 70 | 0.14 | 0.66 |
| Hex | B0 | B4 | 9C | 2 | 0 | D | 1D | 46 | E | 42 |
| Octal | 260 | 264 | 234 | 2 | 0 | 15 | 35 | 106 | 16 | 102 |
| Binary | 10110000 | 10110100 | 10011100 | 10 | 0 | 1101 | 11101 | 1000110 | 1110 | 1000010 |
Color Harmonies of #B0B49C
Complementary color
Monochromatic Colors of #B0B49C
Black with #B0B49C
Text Example
Text Example
White with #B0B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B49C; }
p { color: rgb(176,180,156); }
H1.HeaderClassName
{
color: #B0B49C;
}
.AnyTagClassName
{
color: #B0B49C;
}
</style>
background-color css
<style>
a { background-color: #B0B49C; }
a { background-color: rgb(176,180,156); }
div.DivClassName
{
background-color: #B0B49C;
}
.BgClassName
{
background-color: #B0B49C;
}
</style>
border-color css
<style>
span { border-color: #B0B49C; }
span { border-color: rgb(176,180,156); }
td.TdClassName
{
border-color: #B0B49C;
}
.TagClassName
{
border-color: #B0B49C;
}
</style>