Shades of Green Spring #B1BC93
Tints of Green Spring #B1BC93
RGB
CMYK
RGB Variations
Color information
#B1BC93 (or 0xB1BC93) is known color: Green Spring. HEX triplet: B1, BC and 93. RGB value is (177,188,147). Sum of RGB (Red+Green+Blue) = 177+188+147=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC93 is #4E436C. Grayscale: #B4B4B4. Windows color (decimal): -5129069 or 9682097. OLE color: 9682097.
HSL color Cylindrical-coordinate representation of color #B1BC93: hue angle of 76.1º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1BC93 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 147 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.26 |
| HSL | 76.1º | 0.23% | 0.66% | - |
| HSV(B) | 76.1º | 0.22% | 0.74% | - |
| XYZ | 41.38 | 47.42 | 34.58 | - |
| YUV | 180.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 147 | 0.06 | 0 | 0.22 | 0.26 | 76.1 | 0.23 | 0.66 |
| Hex | B1 | BC | 93 | 6 | 0 | 16 | 1A | 4C | 17 | 42 |
| Octal | 261 | 274 | 223 | 6 | 0 | 26 | 32 | 114 | 27 | 102 |
| Binary | 10110001 | 10111100 | 10010011 | 110 | 0 | 10110 | 11010 | 1001100 | 10111 | 1000010 |
Color Harmonies of #B1BC93
Complementary color
Monochromatic Colors of #B1BC93
Black with #B1BC93
Text Example
Text Example
White with #B1BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC93; }
p { color: rgb(177,188,147); }
H1.HeaderClassName
{
color: #B1BC93;
}
.AnyTagClassName
{
color: #B1BC93;
}
</style>
background-color css
<style>
a { background-color: #B1BC93; }
a { background-color: rgb(177,188,147); }
div.DivClassName
{
background-color: #B1BC93;
}
.BgClassName
{
background-color: #B1BC93;
}
</style>
border-color css
<style>
span { border-color: #B1BC93; }
span { border-color: rgb(177,188,147); }
td.TdClassName
{
border-color: #B1BC93;
}
.TagClassName
{
border-color: #B1BC93;
}
</style>