Shades of Sprout #B0BF95
Tints of Sprout #B0BF95
RGB
CMYK
RGB Variations
Color information
#B0BF95 (or 0xB0BF95) is known color: Sprout. HEX triplet: B0, BF and 95. RGB value is (176,191,149). Sum of RGB (Red+Green+Blue) = 176+191+149=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF95 is #4F406A. Grayscale: #B5B5B5. Windows color (decimal): -5193835 or 9813936. OLE color: 9813936.
HSL color Cylindrical-coordinate representation of color #B0BF95: hue angle of 81.43º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0BF95 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 149 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.25 |
| HSL | 81.43º | 0.25% | 0.67% | - |
| HSV(B) | 81.43º | 0.22% | 0.75% | - |
| XYZ | 41.96 | 48.66 | 35.61 | - |
| YUV | 181.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 149 | 0.08 | 0 | 0.22 | 0.25 | 81.43 | 0.25 | 0.67 |
| Hex | B0 | BF | 95 | 8 | 0 | 16 | 19 | 51 | 19 | 43 |
| Octal | 260 | 277 | 225 | 10 | 0 | 26 | 31 | 121 | 31 | 103 |
| Binary | 10110000 | 10111111 | 10010101 | 1000 | 0 | 10110 | 11001 | 1010001 | 11001 | 1000011 |
Color Harmonies of #B0BF95
Complementary color
Monochromatic Colors of #B0BF95
Black with #B0BF95
Text Example
Text Example
White with #B0BF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF95; }
p { color: rgb(176,191,149); }
H1.HeaderClassName
{
color: #B0BF95;
}
.AnyTagClassName
{
color: #B0BF95;
}
</style>
background-color css
<style>
a { background-color: #B0BF95; }
a { background-color: rgb(176,191,149); }
div.DivClassName
{
background-color: #B0BF95;
}
.BgClassName
{
background-color: #B0BF95;
}
</style>
border-color css
<style>
span { border-color: #B0BF95; }
span { border-color: rgb(176,191,149); }
td.TdClassName
{
border-color: #B0BF95;
}
.TagClassName
{
border-color: #B0BF95;
}
</style>