Shades of Green Spring #B3BAA0
Tints of Green Spring #B3BAA0
RGB
CMYK
RGB Variations
Color information
#B3BAA0 (or 0xB3BAA0) is known color: Green Spring. HEX triplet: B3, BA and A0. RGB value is (179,186,160). Sum of RGB (Red+Green+Blue) = 179+186+160=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BAA0 is #4C455F. Grayscale: #B5B5B5. Windows color (decimal): -4998496 or 10533555. OLE color: 10533555.
HSL color Cylindrical-coordinate representation of color #B3BAA0: hue angle of 76.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3BAA0 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 160 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.27 |
| HSL | 76.15º | 0.16% | 0.68% | - |
| HSV(B) | 76.15º | 0.14% | 0.73% | - |
| XYZ | 42.49 | 47.24 | 40.14 | - |
| YUV | 180.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 160 | 0.04 | 0 | 0.14 | 0.27 | 76.15 | 0.16 | 0.68 |
| Hex | B3 | BA | A0 | 4 | 0 | E | 1B | 4C | 10 | 44 |
| Octal | 263 | 272 | 240 | 4 | 0 | 16 | 33 | 114 | 20 | 104 |
| Binary | 10110011 | 10111010 | 10100000 | 100 | 0 | 1110 | 11011 | 1001100 | 10000 | 1000100 |
Color Harmonies of #B3BAA0
Complementary color
Monochromatic Colors of #B3BAA0
Black with #B3BAA0
Text Example
Text Example
White with #B3BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BAA0; }
p { color: rgb(179,186,160); }
H1.HeaderClassName
{
color: #B3BAA0;
}
.AnyTagClassName
{
color: #B3BAA0;
}
</style>
background-color css
<style>
a { background-color: #B3BAA0; }
a { background-color: rgb(179,186,160); }
div.DivClassName
{
background-color: #B3BAA0;
}
.BgClassName
{
background-color: #B3BAA0;
}
</style>
border-color css
<style>
span { border-color: #B3BAA0; }
span { border-color: rgb(179,186,160); }
td.TdClassName
{
border-color: #B3BAA0;
}
.TagClassName
{
border-color: #B3BAA0;
}
</style>