Shades of Green Spring #B0BC93
Tints of Green Spring #B0BC93
RGB
CMYK
RGB Variations
Color information
#B0BC93 (or 0xB0BC93) is known color: Green Spring. HEX triplet: B0, BC and 93. RGB value is (176,188,147). Sum of RGB (Red+Green+Blue) = 176+188+147=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC93 is #4F436C. Grayscale: #B3B3B3. Windows color (decimal): -5194605 or 9682096. OLE color: 9682096.
HSL color Cylindrical-coordinate representation of color #B0BC93: hue angle of 77.56º 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 #B0BC93 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 147 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.26 |
| HSL | 77.56º | 0.23% | 0.66% | - |
| HSV(B) | 77.56º | 0.22% | 0.74% | - |
| XYZ | 41.15 | 47.3 | 34.57 | - |
| YUV | 179.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 147 | 0.06 | 0 | 0.22 | 0.26 | 77.56 | 0.23 | 0.66 |
| Hex | B0 | BC | 93 | 6 | 0 | 16 | 1A | 4E | 17 | 42 |
| Octal | 260 | 274 | 223 | 6 | 0 | 26 | 32 | 116 | 27 | 102 |
| Binary | 10110000 | 10111100 | 10010011 | 110 | 0 | 10110 | 11010 | 1001110 | 10111 | 1000010 |
Color Harmonies of #B0BC93
Complementary color
Monochromatic Colors of #B0BC93
Black with #B0BC93
Text Example
Text Example
White with #B0BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC93; }
p { color: rgb(176,188,147); }
H1.HeaderClassName
{
color: #B0BC93;
}
.AnyTagClassName
{
color: #B0BC93;
}
</style>
background-color css
<style>
a { background-color: #B0BC93; }
a { background-color: rgb(176,188,147); }
div.DivClassName
{
background-color: #B0BC93;
}
.BgClassName
{
background-color: #B0BC93;
}
</style>
border-color css
<style>
span { border-color: #B0BC93; }
span { border-color: rgb(176,188,147); }
td.TdClassName
{
border-color: #B0BC93;
}
.TagClassName
{
border-color: #B0BC93;
}
</style>