Shades of Green Spring #B0B4A4
Tints of Green Spring #B0B4A4
RGB
CMYK
RGB Variations
Color information
#B0B4A4 (or 0xB0B4A4) is known color: Green Spring. HEX triplet: B0, B4 and A4. RGB value is (176,180,164). Sum of RGB (Red+Green+Blue) = 176+180+164=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B4A4 is #4F4B5B. Grayscale: #B1B1B1. Windows color (decimal): -5196636 or 10794160. OLE color: 10794160.
HSL color Cylindrical-coordinate representation of color #B0B4A4: hue angle of 75º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0B4A4 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 180 | 164 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.29 |
| HSL | 75º | 0.1% | 0.67% | - |
| HSV(B) | 75º | 0.09% | 0.71% | - |
| XYZ | 40.93 | 44.55 | 41.56 | - |
| YUV | 176.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 180 | 164 | 0.02 | 0 | 0.09 | 0.29 | 75 | 0.1 | 0.67 |
| Hex | B0 | B4 | A4 | 2 | 0 | 9 | 1D | 4B | A | 43 |
| Octal | 260 | 264 | 244 | 2 | 0 | 11 | 35 | 113 | 12 | 103 |
| Binary | 10110000 | 10110100 | 10100100 | 10 | 0 | 1001 | 11101 | 1001011 | 1010 | 1000011 |
Color Harmonies of #B0B4A4
Complementary color
Monochromatic Colors of #B0B4A4
Black with #B0B4A4
Text Example
Text Example
White with #B0B4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B4A4; }
p { color: rgb(176,180,164); }
H1.HeaderClassName
{
color: #B0B4A4;
}
.AnyTagClassName
{
color: #B0B4A4;
}
</style>
background-color css
<style>
a { background-color: #B0B4A4; }
a { background-color: rgb(176,180,164); }
div.DivClassName
{
background-color: #B0B4A4;
}
.BgClassName
{
background-color: #B0B4A4;
}
</style>
border-color css
<style>
span { border-color: #B0B4A4; }
span { border-color: rgb(176,180,164); }
td.TdClassName
{
border-color: #B0B4A4;
}
.TagClassName
{
border-color: #B0B4A4;
}
</style>