Shades of Green Spring #B0BA9C
Tints of Green Spring #B0BA9C
RGB
CMYK
RGB Variations
Color information
#B0BA9C (or 0xB0BA9C) is known color: Green Spring. HEX triplet: B0, BA and 9C. RGB value is (176,186,156). Sum of RGB (Red+Green+Blue) = 176+186+156=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BA9C is #4F4563. Grayscale: #B3B3B3. Windows color (decimal): -5195108 or 10271408. OLE color: 10271408.
HSL color Cylindrical-coordinate representation of color #B0BA9C: hue angle of 80º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BA9C is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
RGB | 176 | 186 | 156 | - |
CMYK | 0.05 | 0 | 0.16 | 0.27 |
HSL | 80º | 0.18% | 0.67% | - |
HSV(B) | 80º | 0.16% | 0.73% | - |
XYZ | 41.46 | 46.75 | 38.29 | - |
YUV | 179.59 | 114.69 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 186 | 156 | 0.05 | 0 | 0.16 | 0.27 | 80 | 0.18 | 0.67 |
Hex | B0 | BA | 9C | 5 | 0 | 10 | 1B | 50 | 12 | 43 |
Octal | 260 | 272 | 234 | 5 | 0 | 20 | 33 | 120 | 22 | 103 |
Binary | 10110000 | 10111010 | 10011100 | 101 | 0 | 10000 | 11011 | 1010000 | 10010 | 1000011 |
Color Harmonies of #B0BA9C
Complementary color
Monochromatic Colors of #B0BA9C
Black with #B0BA9C
Text Example
Text Example
White with #B0BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA9C; }
p { color: rgb(176,186,156); }
H1.HeaderClassName
{
color: #B0BA9C;
}
.AnyTagClassName
{
color: #B0BA9C;
}
</style>
background-color css
<style>
a { background-color: #B0BA9C; }
a { background-color: rgb(176,186,156); }
div.DivClassName
{
background-color: #B0BA9C;
}
.BgClassName
{
background-color: #B0BA9C;
}
</style>
border-color css
<style>
span { border-color: #B0BA9C; }
span { border-color: rgb(176,186,156); }
td.TdClassName
{
border-color: #B0BA9C;
}
.TagClassName
{
border-color: #B0BA9C;
}
</style>