Shades of Green Spring #B1BA99
Tints of Green Spring #B1BA99
RGB
CMYK
RGB Variations
Color information
#B1BA99 (or 0xB1BA99) is known color: Green Spring. HEX triplet: B1, BA and 99. RGB value is (177,186,153). Sum of RGB (Red+Green+Blue) = 177+186+153=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BA99 is #4E4566. Grayscale: #B3B3B3. Windows color (decimal): -5129575 or 10074801. OLE color: 10074801.
HSL color Cylindrical-coordinate representation of color #B1BA99: hue angle of 76.36º 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 #B1BA99 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 153 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.27 |
| HSL | 76.36º | 0.19% | 0.66% | - |
| HSV(B) | 76.36º | 0.18% | 0.73% | - |
| XYZ | 41.44 | 46.76 | 36.98 | - |
| YUV | 179.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 153 | 0.05 | 0 | 0.18 | 0.27 | 76.36 | 0.19 | 0.66 |
| Hex | B1 | BA | 99 | 5 | 0 | 12 | 1B | 4C | 13 | 42 |
| Octal | 261 | 272 | 231 | 5 | 0 | 22 | 33 | 114 | 23 | 102 |
| Binary | 10110001 | 10111010 | 10011001 | 101 | 0 | 10010 | 11011 | 1001100 | 10011 | 1000010 |
Color Harmonies of #B1BA99
Complementary color
Monochromatic Colors of #B1BA99
Black with #B1BA99
Text Example
Text Example
White with #B1BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA99; }
p { color: rgb(177,186,153); }
H1.HeaderClassName
{
color: #B1BA99;
}
.AnyTagClassName
{
color: #B1BA99;
}
</style>
background-color css
<style>
a { background-color: #B1BA99; }
a { background-color: rgb(177,186,153); }
div.DivClassName
{
background-color: #B1BA99;
}
.BgClassName
{
background-color: #B1BA99;
}
</style>
border-color css
<style>
span { border-color: #B1BA99; }
span { border-color: rgb(177,186,153); }
td.TdClassName
{
border-color: #B1BA99;
}
.TagClassName
{
border-color: #B1BA99;
}
</style>