Shades of Sprout #B8DD95
Tints of Sprout #B8DD95
RGB
CMYK
RGB Variations
Color information
#B8DD95 (or 0xB8DD95) is known color: Sprout. HEX triplet: B8, DD and 95. RGB value is (184,221,149). Sum of RGB (Red+Green+Blue) = 184+221+149=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD95 is #47226A. Grayscale: #C9C9C9. Windows color (decimal): -4661867 or 9821624. OLE color: 9821624.
HSL color Cylindrical-coordinate representation of color #B8DD95: hue angle of 90.83º degrees, saturation: 0.51, 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 #B8DD95 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 149 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.13 |
| HSL | 90.83º | 0.51% | 0.73% | - |
| HSV(B) | 90.83º | 0.33% | 0.87% | - |
| XYZ | 51.05 | 64.07 | 38.11 | - |
| YUV | 201.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 149 | 0.17 | 0 | 0.33 | 0.13 | 90.83 | 0.51 | 0.73 |
| Hex | B8 | DD | 95 | 11 | 0 | 21 | D | 5B | 33 | 49 |
| Octal | 270 | 335 | 225 | 21 | 0 | 41 | 15 | 133 | 63 | 111 |
| Binary | 10111000 | 11011101 | 10010101 | 10001 | 0 | 100001 | 1101 | 1011011 | 110011 | 1001001 |
Color Harmonies of #B8DD95
Complementary color
Monochromatic Colors of #B8DD95
Black with #B8DD95
Text Example
Text Example
White with #B8DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DD95; }
p { color: rgb(184,221,149); }
H1.HeaderClassName
{
color: #B8DD95;
}
.AnyTagClassName
{
color: #B8DD95;
}
</style>
background-color css
<style>
a { background-color: #B8DD95; }
a { background-color: rgb(184,221,149); }
div.DivClassName
{
background-color: #B8DD95;
}
.BgClassName
{
background-color: #B8DD95;
}
</style>
border-color css
<style>
span { border-color: #B8DD95; }
span { border-color: rgb(184,221,149); }
td.TdClassName
{
border-color: #B8DD95;
}
.TagClassName
{
border-color: #B8DD95;
}
</style>