Shades of Green Spring #B3BA99
Tints of Green Spring #B3BA99
RGB
CMYK
RGB Variations
Color information
#B3BA99 (or 0xB3BA99) is known color: Green Spring. HEX triplet: B3, BA and 99. RGB value is (179,186,153). Sum of RGB (Red+Green+Blue) = 179+186+153=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA99 is #4C4566. Grayscale: #B4B4B4. Windows color (decimal): -4998503 or 10074803. OLE color: 10074803.
HSL color Cylindrical-coordinate representation of color #B3BA99: hue angle of 72.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3BA99 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 153 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.27 |
| HSL | 72.73º | 0.19% | 0.66% | - |
| HSV(B) | 72.73º | 0.18% | 0.73% | - |
| XYZ | 41.9 | 47 | 37 | - |
| YUV | 180.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 153 | 0.04 | 0 | 0.18 | 0.27 | 72.73 | 0.19 | 0.66 |
| Hex | B3 | BA | 99 | 4 | 0 | 12 | 1B | 49 | 13 | 42 |
| Octal | 263 | 272 | 231 | 4 | 0 | 22 | 33 | 111 | 23 | 102 |
| Binary | 10110011 | 10111010 | 10011001 | 100 | 0 | 10010 | 11011 | 1001001 | 10011 | 1000010 |
Color Harmonies of #B3BA99
Complementary color
Monochromatic Colors of #B3BA99
Black with #B3BA99
Text Example
Text Example
White with #B3BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA99; }
p { color: rgb(179,186,153); }
H1.HeaderClassName
{
color: #B3BA99;
}
.AnyTagClassName
{
color: #B3BA99;
}
</style>
background-color css
<style>
a { background-color: #B3BA99; }
a { background-color: rgb(179,186,153); }
div.DivClassName
{
background-color: #B3BA99;
}
.BgClassName
{
background-color: #B3BA99;
}
</style>
border-color css
<style>
span { border-color: #B3BA99; }
span { border-color: rgb(179,186,153); }
td.TdClassName
{
border-color: #B3BA99;
}
.TagClassName
{
border-color: #B3BA99;
}
</style>