Shades of Sprout #B8DF93
Tints of Sprout #B8DF93
RGB
CMYK
RGB Variations
Color information
#B8DF93 (or 0xB8DF93) is known color: Sprout. HEX triplet: B8, DF and 93. RGB value is (184,223,147). Sum of RGB (Red+Green+Blue) = 184+223+147=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DF93 is #47206C. Grayscale: #CACACA. Windows color (decimal): -4661357 or 9691064. OLE color: 9691064.
HSL color Cylindrical-coordinate representation of color #B8DF93: hue angle of 90.79º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8DF93 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 147 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.13 |
| HSL | 90.79º | 0.54% | 0.73% | - |
| HSV(B) | 90.79º | 0.34% | 0.87% | - |
| XYZ | 51.42 | 65.07 | 37.45 | - |
| YUV | 202.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 147 | 0.17 | 0 | 0.34 | 0.13 | 90.79 | 0.54 | 0.73 |
| Hex | B8 | DF | 93 | 11 | 0 | 22 | D | 5B | 36 | 49 |
| Octal | 270 | 337 | 223 | 21 | 0 | 42 | 15 | 133 | 66 | 111 |
| Binary | 10111000 | 11011111 | 10010011 | 10001 | 0 | 100010 | 1101 | 1011011 | 110110 | 1001001 |
Color Harmonies of #B8DF93
Complementary color
Monochromatic Colors of #B8DF93
Black with #B8DF93
Text Example
Text Example
White with #B8DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF93; }
p { color: rgb(184,223,147); }
H1.HeaderClassName
{
color: #B8DF93;
}
.AnyTagClassName
{
color: #B8DF93;
}
</style>
background-color css
<style>
a { background-color: #B8DF93; }
a { background-color: rgb(184,223,147); }
div.DivClassName
{
background-color: #B8DF93;
}
.BgClassName
{
background-color: #B8DF93;
}
</style>
border-color css
<style>
span { border-color: #B8DF93; }
span { border-color: rgb(184,223,147); }
td.TdClassName
{
border-color: #B8DF93;
}
.TagClassName
{
border-color: #B8DF93;
}
</style>