Shades of Green Spring #B0B3A5
Tints of Green Spring #B0B3A5
RGB
CMYK
RGB Variations
Color information
#B0B3A5 (or 0xB0B3A5) is known color: Green Spring. HEX triplet: B0, B3 and A5. RGB value is (176,179,165). Sum of RGB (Red+Green+Blue) = 176+179+165=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3A5 is #4F4C5A. Grayscale: #B0B0B0. Windows color (decimal): -5196891 or 10859440. OLE color: 10859440.
HSL color Cylindrical-coordinate representation of color #B0B3A5: hue angle of 72.86º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0B3A5 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 165 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.30 |
| HSL | 72.86º | 0.08% | 0.67% | - |
| HSV(B) | 72.86º | 0.08% | 0.7% | - |
| XYZ | 40.82 | 44.19 | 41.98 | - |
| YUV | 176.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 165 | 0.02 | 0 | 0.08 | 0.30 | 72.86 | 0.08 | 0.67 |
| Hex | B0 | B3 | A5 | 2 | 0 | 8 | 1E | 49 | 8 | 43 |
| Octal | 260 | 263 | 245 | 2 | 0 | 10 | 36 | 111 | 10 | 103 |
| Binary | 10110000 | 10110011 | 10100101 | 10 | 0 | 1000 | 11110 | 1001001 | 1000 | 1000011 |
Color Harmonies of #B0B3A5
Complementary color
Monochromatic Colors of #B0B3A5
Black with #B0B3A5
Text Example
Text Example
White with #B0B3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B3A5; }
p { color: rgb(176,179,165); }
H1.HeaderClassName
{
color: #B0B3A5;
}
.AnyTagClassName
{
color: #B0B3A5;
}
</style>
background-color css
<style>
a { background-color: #B0B3A5; }
a { background-color: rgb(176,179,165); }
div.DivClassName
{
background-color: #B0B3A5;
}
.BgClassName
{
background-color: #B0B3A5;
}
</style>
border-color css
<style>
span { border-color: #B0B3A5; }
span { border-color: rgb(176,179,165); }
td.TdClassName
{
border-color: #B0B3A5;
}
.TagClassName
{
border-color: #B0B3A5;
}
</style>