Shades of Green Spring #B1BC99
Tints of Green Spring #B1BC99
RGB
CMYK
RGB Variations
Color information
#B1BC99 (or 0xB1BC99) is known color: Green Spring. HEX triplet: B1, BC and 99. RGB value is (177,188,153). Sum of RGB (Red+Green+Blue) = 177+188+153=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC99 is #4E4366. Grayscale: #B4B4B4. Windows color (decimal): -5129063 or 10075313. OLE color: 10075313.
HSL color Cylindrical-coordinate representation of color #B1BC99: hue angle of 78.86º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1BC99 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 153 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.26 |
| HSL | 78.86º | 0.21% | 0.67% | - |
| HSV(B) | 78.86º | 0.19% | 0.74% | - |
| XYZ | 41.86 | 47.61 | 37.12 | - |
| YUV | 180.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 153 | 0.06 | 0 | 0.19 | 0.26 | 78.86 | 0.21 | 0.67 |
| Hex | B1 | BC | 99 | 6 | 0 | 13 | 1A | 4F | 15 | 43 |
| Octal | 261 | 274 | 231 | 6 | 0 | 23 | 32 | 117 | 25 | 103 |
| Binary | 10110001 | 10111100 | 10011001 | 110 | 0 | 10011 | 11010 | 1001111 | 10101 | 1000011 |
Color Harmonies of #B1BC99
Complementary color
Monochromatic Colors of #B1BC99
Black with #B1BC99
Text Example
Text Example
White with #B1BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC99; }
p { color: rgb(177,188,153); }
H1.HeaderClassName
{
color: #B1BC99;
}
.AnyTagClassName
{
color: #B1BC99;
}
</style>
background-color css
<style>
a { background-color: #B1BC99; }
a { background-color: rgb(177,188,153); }
div.DivClassName
{
background-color: #B1BC99;
}
.BgClassName
{
background-color: #B1BC99;
}
</style>
border-color css
<style>
span { border-color: #B1BC99; }
span { border-color: rgb(177,188,153); }
td.TdClassName
{
border-color: #B1BC99;
}
.TagClassName
{
border-color: #B1BC99;
}
</style>