Shades of Sprout #B0BF99
Tints of Sprout #B0BF99
RGB
CMYK
RGB Variations
Color information
#B0BF99 (or 0xB0BF99) is known color: Sprout. HEX triplet: B0, BF and 99. RGB value is (176,191,153). Sum of RGB (Red+Green+Blue) = 176+191+153=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF99 is #4F4066. Grayscale: #B6B6B6. Windows color (decimal): -5193831 or 10076080. OLE color: 10076080.
HSL color Cylindrical-coordinate representation of color #B0BF99: hue angle of 83.68º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BF99 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 153 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.25 |
| HSL | 83.68º | 0.23% | 0.67% | - |
| HSV(B) | 83.68º | 0.2% | 0.75% | - |
| XYZ | 42.29 | 48.79 | 37.33 | - |
| YUV | 182.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 153 | 0.08 | 0 | 0.20 | 0.25 | 83.68 | 0.23 | 0.67 |
| Hex | B0 | BF | 99 | 8 | 0 | 14 | 19 | 54 | 17 | 43 |
| Octal | 260 | 277 | 231 | 10 | 0 | 24 | 31 | 124 | 27 | 103 |
| Binary | 10110000 | 10111111 | 10011001 | 1000 | 0 | 10100 | 11001 | 1010100 | 10111 | 1000011 |
Color Harmonies of #B0BF99
Complementary color
Monochromatic Colors of #B0BF99
Black with #B0BF99
Text Example
Text Example
White with #B0BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF99; }
p { color: rgb(176,191,153); }
H1.HeaderClassName
{
color: #B0BF99;
}
.AnyTagClassName
{
color: #B0BF99;
}
</style>
background-color css
<style>
a { background-color: #B0BF99; }
a { background-color: rgb(176,191,153); }
div.DivClassName
{
background-color: #B0BF99;
}
.BgClassName
{
background-color: #B0BF99;
}
</style>
border-color css
<style>
span { border-color: #B0BF99; }
span { border-color: rgb(176,191,153); }
td.TdClassName
{
border-color: #B0BF99;
}
.TagClassName
{
border-color: #B0BF99;
}
</style>