Shades of Green Spring #B0BC9A
Tints of Green Spring #B0BC9A
RGB
CMYK
RGB Variations
Color information
#B0BC9A (or 0xB0BC9A) is known color: Green Spring. HEX triplet: B0, BC and 9A. RGB value is (176,188,154). Sum of RGB (Red+Green+Blue) = 176+188+154=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC9A is #4F4365. Grayscale: #B4B4B4. Windows color (decimal): -5194598 or 10140848. OLE color: 10140848.
HSL color Cylindrical-coordinate representation of color #B0BC9A: hue angle of 81.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BC9A is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 154 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.26 |
| HSL | 81.18º | 0.2% | 0.67% | - |
| HSV(B) | 81.18º | 0.18% | 0.74% | - |
| XYZ | 41.72 | 47.53 | 37.55 | - |
| YUV | 180.54 | 113.02 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 154 | 0.06 | 0 | 0.18 | 0.26 | 81.18 | 0.2 | 0.67 |
| Hex | B0 | BC | 9A | 6 | 0 | 12 | 1A | 51 | 14 | 43 |
| Octal | 260 | 274 | 232 | 6 | 0 | 22 | 32 | 121 | 24 | 103 |
| Binary | 10110000 | 10111100 | 10011010 | 110 | 0 | 10010 | 11010 | 1010001 | 10100 | 1000011 |
Color Harmonies of #B0BC9A
Complementary color
Monochromatic Colors of #B0BC9A
Black with #B0BC9A
Text Example
Text Example
White with #B0BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC9A; }
p { color: rgb(176,188,154); }
H1.HeaderClassName
{
color: #B0BC9A;
}
.AnyTagClassName
{
color: #B0BC9A;
}
</style>
background-color css
<style>
a { background-color: #B0BC9A; }
a { background-color: rgb(176,188,154); }
div.DivClassName
{
background-color: #B0BC9A;
}
.BgClassName
{
background-color: #B0BC9A;
}
</style>
border-color css
<style>
span { border-color: #B0BC9A; }
span { border-color: rgb(176,188,154); }
td.TdClassName
{
border-color: #B0BC9A;
}
.TagClassName
{
border-color: #B0BC9A;
}
</style>