Shades of Sprout #B0BF93
Tints of Sprout #B0BF93
RGB
CMYK
RGB Variations
Color information
#B0BF93 (or 0xB0BF93) is known color: Sprout. HEX triplet: B0, BF and 93. RGB value is (176,191,147). Sum of RGB (Red+Green+Blue) = 176+191+147=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF93 is #4F406C. Grayscale: #B5B5B5. Windows color (decimal): -5193837 or 9682864. OLE color: 9682864.
HSL color Cylindrical-coordinate representation of color #B0BF93: hue angle of 80.45º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0BF93 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 147 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.25 |
| HSL | 80.45º | 0.26% | 0.66% | - |
| HSV(B) | 80.45º | 0.23% | 0.75% | - |
| XYZ | 41.8 | 48.6 | 34.78 | - |
| YUV | 181.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 147 | 0.08 | 0 | 0.23 | 0.25 | 80.45 | 0.26 | 0.66 |
| Hex | B0 | BF | 93 | 8 | 0 | 17 | 19 | 50 | 1A | 42 |
| Octal | 260 | 277 | 223 | 10 | 0 | 27 | 31 | 120 | 32 | 102 |
| Binary | 10110000 | 10111111 | 10010011 | 1000 | 0 | 10111 | 11001 | 1010000 | 11010 | 1000010 |
Color Harmonies of #B0BF93
Complementary color
Monochromatic Colors of #B0BF93
Black with #B0BF93
Text Example
Text Example
White with #B0BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF93; }
p { color: rgb(176,191,147); }
H1.HeaderClassName
{
color: #B0BF93;
}
.AnyTagClassName
{
color: #B0BF93;
}
</style>
background-color css
<style>
a { background-color: #B0BF93; }
a { background-color: rgb(176,191,147); }
div.DivClassName
{
background-color: #B0BF93;
}
.BgClassName
{
background-color: #B0BF93;
}
</style>
border-color css
<style>
span { border-color: #B0BF93; }
span { border-color: rgb(176,191,147); }
td.TdClassName
{
border-color: #B0BF93;
}
.TagClassName
{
border-color: #B0BF93;
}
</style>