Shades of Sprout #B8D199
Tints of Sprout #B8D199
RGB
CMYK
RGB Variations
Color information
#B8D199 (or 0xB8D199) is known color: Sprout. HEX triplet: B8, D1 and 99. RGB value is (184,209,153). Sum of RGB (Red+Green+Blue) = 184+209+153=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D199 is #472E66. Grayscale: #C3C3C3. Windows color (decimal): -4664935 or 10080696. OLE color: 10080696.
HSL color Cylindrical-coordinate representation of color #B8D199: hue angle of 86.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8D199 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 153 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.18 |
| HSL | 86.79º | 0.38% | 0.71% | - |
| HSV(B) | 86.79º | 0.27% | 0.82% | - |
| XYZ | 48.32 | 58.09 | 38.8 | - |
| YUV | 195.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 153 | 0.12 | 0 | 0.27 | 0.18 | 86.79 | 0.38 | 0.71 |
| Hex | B8 | D1 | 99 | C | 0 | 1B | 12 | 57 | 26 | 47 |
| Octal | 270 | 321 | 231 | 14 | 0 | 33 | 22 | 127 | 46 | 107 |
| Binary | 10111000 | 11010001 | 10011001 | 1100 | 0 | 11011 | 10010 | 1010111 | 100110 | 1000111 |
Color Harmonies of #B8D199
Complementary color
Monochromatic Colors of #B8D199
Black with #B8D199
Text Example
Text Example
White with #B8D199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D199; }
p { color: rgb(184,209,153); }
H1.HeaderClassName
{
color: #B8D199;
}
.AnyTagClassName
{
color: #B8D199;
}
</style>
background-color css
<style>
a { background-color: #B8D199; }
a { background-color: rgb(184,209,153); }
div.DivClassName
{
background-color: #B8D199;
}
.BgClassName
{
background-color: #B8D199;
}
</style>
border-color css
<style>
span { border-color: #B8D199; }
span { border-color: rgb(184,209,153); }
td.TdClassName
{
border-color: #B8D199;
}
.TagClassName
{
border-color: #B8D199;
}
</style>