Shades of Sprout #B8D19B
Tints of Sprout #B8D19B
RGB
CMYK
RGB Variations
Color information
#B8D19B (or 0xB8D19B) is known color: Sprout. HEX triplet: B8, D1 and 9B. RGB value is (184,209,155). Sum of RGB (Red+Green+Blue) = 184+209+155=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D19B is #472E64. Grayscale: #C3C3C3. Windows color (decimal): -4664933 or 10211768. OLE color: 10211768.
HSL color Cylindrical-coordinate representation of color #B8D19B: hue angle of 87.78º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8D19B is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 209 | 155 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.18 |
| HSL | 87.78º | 0.37% | 0.71% | - |
| HSV(B) | 87.78º | 0.26% | 0.82% | - |
| XYZ | 48.48 | 58.16 | 39.68 | - |
| YUV | 195.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 209 | 155 | 0.12 | 0 | 0.26 | 0.18 | 87.78 | 0.37 | 0.71 |
| Hex | B8 | D1 | 9B | C | 0 | 1A | 12 | 58 | 25 | 47 |
| Octal | 270 | 321 | 233 | 14 | 0 | 32 | 22 | 130 | 45 | 107 |
| Binary | 10111000 | 11010001 | 10011011 | 1100 | 0 | 11010 | 10010 | 1011000 | 100101 | 1000111 |
Color Harmonies of #B8D19B
Complementary color
Monochromatic Colors of #B8D19B
Black with #B8D19B
Text Example
Text Example
White with #B8D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D19B; }
p { color: rgb(184,209,155); }
H1.HeaderClassName
{
color: #B8D19B;
}
.AnyTagClassName
{
color: #B8D19B;
}
</style>
background-color css
<style>
a { background-color: #B8D19B; }
a { background-color: rgb(184,209,155); }
div.DivClassName
{
background-color: #B8D19B;
}
.BgClassName
{
background-color: #B8D19B;
}
</style>
border-color css
<style>
span { border-color: #B8D19B; }
span { border-color: rgb(184,209,155); }
td.TdClassName
{
border-color: #B8D19B;
}
.TagClassName
{
border-color: #B8D19B;
}
</style>