Shades of Sprout #B8D297
Tints of Sprout #B8D297
RGB
CMYK
RGB Variations
Color information
#B8D297 (or 0xB8D297) is known color: Sprout. HEX triplet: B8, D2 and 97. RGB value is (184,210,151). Sum of RGB (Red+Green+Blue) = 184+210+151=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D297 is #472D68. Grayscale: #C3C3C3. Windows color (decimal): -4664681 or 9949880. OLE color: 9949880.
HSL color Cylindrical-coordinate representation of color #B8D297: hue angle of 86.44º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8D297 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 210 | 151 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.18 |
| HSL | 86.44º | 0.4% | 0.71% | - |
| HSV(B) | 86.44º | 0.28% | 0.82% | - |
| XYZ | 48.4 | 58.52 | 38.02 | - |
| YUV | 195.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 210 | 151 | 0.12 | 0 | 0.28 | 0.18 | 86.44 | 0.4 | 0.71 |
| Hex | B8 | D2 | 97 | C | 0 | 1C | 12 | 56 | 28 | 47 |
| Octal | 270 | 322 | 227 | 14 | 0 | 34 | 22 | 126 | 50 | 107 |
| Binary | 10111000 | 11010010 | 10010111 | 1100 | 0 | 11100 | 10010 | 1010110 | 101000 | 1000111 |
Color Harmonies of #B8D297
Complementary color
Monochromatic Colors of #B8D297
Black with #B8D297
Text Example
Text Example
White with #B8D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D297; }
p { color: rgb(184,210,151); }
H1.HeaderClassName
{
color: #B8D297;
}
.AnyTagClassName
{
color: #B8D297;
}
</style>
background-color css
<style>
a { background-color: #B8D297; }
a { background-color: rgb(184,210,151); }
div.DivClassName
{
background-color: #B8D297;
}
.BgClassName
{
background-color: #B8D297;
}
</style>
border-color css
<style>
span { border-color: #B8D297; }
span { border-color: rgb(184,210,151); }
td.TdClassName
{
border-color: #B8D297;
}
.TagClassName
{
border-color: #B8D297;
}
</style>