Shades of Sprout #B0BE95
Tints of Sprout #B0BE95
RGB
CMYK
RGB Variations
Color information
#B0BE95 (or 0xB0BE95) is known color: Sprout. HEX triplet: B0, BE and 95. RGB value is (176,190,149). Sum of RGB (Red+Green+Blue) = 176+190+149=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE95 is #4F416A. Grayscale: #B5B5B5. Windows color (decimal): -5194091 or 9813680. OLE color: 9813680.
HSL color Cylindrical-coordinate representation of color #B0BE95: hue angle of 80.49º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0BE95 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 149 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.25 |
| HSL | 80.49º | 0.24% | 0.66% | - |
| HSV(B) | 80.49º | 0.22% | 0.75% | - |
| XYZ | 41.74 | 48.23 | 35.54 | - |
| YUV | 181.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 149 | 0.07 | 0 | 0.22 | 0.25 | 80.49 | 0.24 | 0.66 |
| Hex | B0 | BE | 95 | 7 | 0 | 16 | 19 | 50 | 18 | 42 |
| Octal | 260 | 276 | 225 | 7 | 0 | 26 | 31 | 120 | 30 | 102 |
| Binary | 10110000 | 10111110 | 10010101 | 111 | 0 | 10110 | 11001 | 1010000 | 11000 | 1000010 |
Color Harmonies of #B0BE95
Complementary color
Monochromatic Colors of #B0BE95
Black with #B0BE95
Text Example
Text Example
White with #B0BE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE95; }
p { color: rgb(176,190,149); }
H1.HeaderClassName
{
color: #B0BE95;
}
.AnyTagClassName
{
color: #B0BE95;
}
</style>
background-color css
<style>
a { background-color: #B0BE95; }
a { background-color: rgb(176,190,149); }
div.DivClassName
{
background-color: #B0BE95;
}
.BgClassName
{
background-color: #B0BE95;
}
</style>
border-color css
<style>
span { border-color: #B0BE95; }
span { border-color: rgb(176,190,149); }
td.TdClassName
{
border-color: #B0BE95;
}
.TagClassName
{
border-color: #B0BE95;
}
</style>