Shades of Sprout #B8D797
Tints of Sprout #B8D797
RGB
CMYK
RGB Variations
Color information
#B8D797 (or 0xB8D797) is known color: Sprout. HEX triplet: B8, D7 and 97. RGB value is (184,215,151). Sum of RGB (Red+Green+Blue) = 184+215+151=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D797 is #472868. Grayscale: #C6C6C6. Windows color (decimal): -4663401 or 9951160. OLE color: 9951160.
HSL color Cylindrical-coordinate representation of color #B8D797: hue angle of 89.06º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8D797 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 151 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.16 |
| HSL | 89.06º | 0.44% | 0.72% | - |
| HSV(B) | 89.06º | 0.3% | 0.84% | - |
| XYZ | 49.65 | 61.03 | 38.44 | - |
| YUV | 198.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 151 | 0.14 | 0 | 0.30 | 0.16 | 89.06 | 0.44 | 0.72 |
| Hex | B8 | D7 | 97 | E | 0 | 1E | 10 | 59 | 2C | 48 |
| Octal | 270 | 327 | 227 | 16 | 0 | 36 | 20 | 131 | 54 | 110 |
| Binary | 10111000 | 11010111 | 10010111 | 1110 | 0 | 11110 | 10000 | 1011001 | 101100 | 1001000 |
Color Harmonies of #B8D797
Complementary color
Monochromatic Colors of #B8D797
Black with #B8D797
Text Example
Text Example
White with #B8D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D797; }
p { color: rgb(184,215,151); }
H1.HeaderClassName
{
color: #B8D797;
}
.AnyTagClassName
{
color: #B8D797;
}
</style>
background-color css
<style>
a { background-color: #B8D797; }
a { background-color: rgb(184,215,151); }
div.DivClassName
{
background-color: #B8D797;
}
.BgClassName
{
background-color: #B8D797;
}
</style>
border-color css
<style>
span { border-color: #B8D797; }
span { border-color: rgb(184,215,151); }
td.TdClassName
{
border-color: #B8D797;
}
.TagClassName
{
border-color: #B8D797;
}
</style>