Shades of Sprout #B8DF95
Tints of Sprout #B8DF95
RGB
CMYK
RGB Variations
Color information
#B8DF95 (or 0xB8DF95) is known color: Sprout. HEX triplet: B8, DF and 95. RGB value is (184,223,149). Sum of RGB (Red+Green+Blue) = 184+223+149=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DF95 is #47206A. Grayscale: #CBCBCB. Windows color (decimal): -4661355 or 9822136. OLE color: 9822136.
HSL color Cylindrical-coordinate representation of color #B8DF95: hue angle of 91.62º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8DF95 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 149 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.13 |
| HSL | 91.62º | 0.54% | 0.73% | - |
| HSV(B) | 91.62º | 0.33% | 0.87% | - |
| XYZ | 51.58 | 65.14 | 38.29 | - |
| YUV | 202.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 149 | 0.17 | 0 | 0.33 | 0.13 | 91.62 | 0.54 | 0.73 |
| Hex | B8 | DF | 95 | 11 | 0 | 21 | D | 5C | 36 | 49 |
| Octal | 270 | 337 | 225 | 21 | 0 | 41 | 15 | 134 | 66 | 111 |
| Binary | 10111000 | 11011111 | 10010101 | 10001 | 0 | 100001 | 1101 | 1011100 | 110110 | 1001001 |
Color Harmonies of #B8DF95
Complementary color
Monochromatic Colors of #B8DF95
Black with #B8DF95
Text Example
Text Example
White with #B8DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF95; }
p { color: rgb(184,223,149); }
H1.HeaderClassName
{
color: #B8DF95;
}
.AnyTagClassName
{
color: #B8DF95;
}
</style>
background-color css
<style>
a { background-color: #B8DF95; }
a { background-color: rgb(184,223,149); }
div.DivClassName
{
background-color: #B8DF95;
}
.BgClassName
{
background-color: #B8DF95;
}
</style>
border-color css
<style>
span { border-color: #B8DF95; }
span { border-color: rgb(184,223,149); }
td.TdClassName
{
border-color: #B8DF95;
}
.TagClassName
{
border-color: #B8DF95;
}
</style>