Shades of Green Spring #B3BA9F
Tints of Green Spring #B3BA9F
RGB
CMYK
RGB Variations
Color information
#B3BA9F (or 0xB3BA9F) is known color: Green Spring. HEX triplet: B3, BA and 9F. RGB value is (179,186,159). Sum of RGB (Red+Green+Blue) = 179+186+159=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA9F is #4C4560. Grayscale: #B4B4B4. Windows color (decimal): -4998497 or 10468019. OLE color: 10468019.
HSL color Cylindrical-coordinate representation of color #B3BA9F: hue angle of 75.56º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3BA9F is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 159 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.27 |
| HSL | 75.56º | 0.16% | 0.68% | - |
| HSV(B) | 75.56º | 0.15% | 0.73% | - |
| XYZ | 42.41 | 47.2 | 39.68 | - |
| YUV | 180.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 159 | 0.04 | 0 | 0.15 | 0.27 | 75.56 | 0.16 | 0.68 |
| Hex | B3 | BA | 9F | 4 | 0 | F | 1B | 4C | 10 | 44 |
| Octal | 263 | 272 | 237 | 4 | 0 | 17 | 33 | 114 | 20 | 104 |
| Binary | 10110011 | 10111010 | 10011111 | 100 | 0 | 1111 | 11011 | 1001100 | 10000 | 1000100 |
Color Harmonies of #B3BA9F
Complementary color
Monochromatic Colors of #B3BA9F
Black with #B3BA9F
Text Example
Text Example
White with #B3BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA9F; }
p { color: rgb(179,186,159); }
H1.HeaderClassName
{
color: #B3BA9F;
}
.AnyTagClassName
{
color: #B3BA9F;
}
</style>
background-color css
<style>
a { background-color: #B3BA9F; }
a { background-color: rgb(179,186,159); }
div.DivClassName
{
background-color: #B3BA9F;
}
.BgClassName
{
background-color: #B3BA9F;
}
</style>
border-color css
<style>
span { border-color: #B3BA9F; }
span { border-color: rgb(179,186,159); }
td.TdClassName
{
border-color: #B3BA9F;
}
.TagClassName
{
border-color: #B3BA9F;
}
</style>