Shades of Sprout #B8D997
Tints of Sprout #B8D997
RGB
CMYK
RGB Variations
Color information
#B8D997 (or 0xB8D997) is known color: Sprout. HEX triplet: B8, D9 and 97. RGB value is (184,217,151). Sum of RGB (Red+Green+Blue) = 184+217+151=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D997 is #472668. Grayscale: #C7C7C7. Windows color (decimal): -4662889 or 9951672. OLE color: 9951672.
HSL color Cylindrical-coordinate representation of color #B8D997: hue angle of 90º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8D997 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 151 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.15 |
| HSL | 90º | 0.46% | 0.72% | - |
| HSV(B) | 90º | 0.3% | 0.85% | - |
| XYZ | 50.17 | 62.05 | 38.61 | - |
| YUV | 199.61 | 100.57 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 151 | 0.15 | 0 | 0.30 | 0.15 | 90 | 0.46 | 0.72 |
| Hex | B8 | D9 | 97 | F | 0 | 1E | F | 5A | 2E | 48 |
| Octal | 270 | 331 | 227 | 17 | 0 | 36 | 17 | 132 | 56 | 110 |
| Binary | 10111000 | 11011001 | 10010111 | 1111 | 0 | 11110 | 1111 | 1011010 | 101110 | 1001000 |
Color Harmonies of #B8D997
Complementary color
Monochromatic Colors of #B8D997
Black with #B8D997
Text Example
Text Example
White with #B8D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D997; }
p { color: rgb(184,217,151); }
H1.HeaderClassName
{
color: #B8D997;
}
.AnyTagClassName
{
color: #B8D997;
}
</style>
background-color css
<style>
a { background-color: #B8D997; }
a { background-color: rgb(184,217,151); }
div.DivClassName
{
background-color: #B8D997;
}
.BgClassName
{
background-color: #B8D997;
}
</style>
border-color css
<style>
span { border-color: #B8D997; }
span { border-color: rgb(184,217,151); }
td.TdClassName
{
border-color: #B8D997;
}
.TagClassName
{
border-color: #B8D997;
}
</style>