Shades of Green Spring #B3BA97
Tints of Green Spring #B3BA97
RGB
CMYK
RGB Variations
Color information
#B3BA97 (or 0xB3BA97) is known color: Green Spring. HEX triplet: B3, BA and 97. RGB value is (179,186,151). Sum of RGB (Red+Green+Blue) = 179+186+151=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA97 is #4C4568. Grayscale: #B4B4B4. Windows color (decimal): -4998505 or 9943731. OLE color: 9943731.
HSL color Cylindrical-coordinate representation of color #B3BA97: hue angle of 72º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BA97 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 151 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.27 |
| HSL | 72º | 0.2% | 0.66% | - |
| HSV(B) | 72º | 0.19% | 0.73% | - |
| XYZ | 41.74 | 46.94 | 36.14 | - |
| YUV | 179.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 151 | 0.04 | 0 | 0.19 | 0.27 | 72 | 0.2 | 0.66 |
| Hex | B3 | BA | 97 | 4 | 0 | 13 | 1B | 48 | 14 | 42 |
| Octal | 263 | 272 | 227 | 4 | 0 | 23 | 33 | 110 | 24 | 102 |
| Binary | 10110011 | 10111010 | 10010111 | 100 | 0 | 10011 | 11011 | 1001000 | 10100 | 1000010 |
Color Harmonies of #B3BA97
Complementary color
Monochromatic Colors of #B3BA97
Black with #B3BA97
Text Example
Text Example
White with #B3BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA97; }
p { color: rgb(179,186,151); }
H1.HeaderClassName
{
color: #B3BA97;
}
.AnyTagClassName
{
color: #B3BA97;
}
</style>
background-color css
<style>
a { background-color: #B3BA97; }
a { background-color: rgb(179,186,151); }
div.DivClassName
{
background-color: #B3BA97;
}
.BgClassName
{
background-color: #B3BA97;
}
</style>
border-color css
<style>
span { border-color: #B3BA97; }
span { border-color: rgb(179,186,151); }
td.TdClassName
{
border-color: #B3BA97;
}
.TagClassName
{
border-color: #B3BA97;
}
</style>