Shades of Sprout #B9DF94
Tints of Sprout #B9DF94
RGB
CMYK
RGB Variations
Color information
#B9DF94 (or 0xB9DF94) is known color: Sprout. HEX triplet: B9, DF and 94. RGB value is (185,223,148). Sum of RGB (Red+Green+Blue) = 185+223+148=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DF94 is #46206B. Grayscale: #CBCBCB. Windows color (decimal): -4595820 or 9756601. OLE color: 9756601.
HSL color Cylindrical-coordinate representation of color #B9DF94: hue angle of 90.4º 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 #B9DF94 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 148 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.13 |
| HSL | 90.4º | 0.54% | 0.73% | - |
| HSV(B) | 90.4º | 0.34% | 0.87% | - |
| XYZ | 51.74 | 65.23 | 37.88 | - |
| YUV | 203.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 148 | 0.17 | 0 | 0.34 | 0.13 | 90.4 | 0.54 | 0.73 |
| Hex | B9 | DF | 94 | 11 | 0 | 22 | D | 5A | 36 | 49 |
| Octal | 271 | 337 | 224 | 21 | 0 | 42 | 15 | 132 | 66 | 111 |
| Binary | 10111001 | 11011111 | 10010100 | 10001 | 0 | 100010 | 1101 | 1011010 | 110110 | 1001001 |
Color Harmonies of #B9DF94
Complementary color
Monochromatic Colors of #B9DF94
Black with #B9DF94
Text Example
Text Example
White with #B9DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF94; }
p { color: rgb(185,223,148); }
H1.HeaderClassName
{
color: #B9DF94;
}
.AnyTagClassName
{
color: #B9DF94;
}
</style>
background-color css
<style>
a { background-color: #B9DF94; }
a { background-color: rgb(185,223,148); }
div.DivClassName
{
background-color: #B9DF94;
}
.BgClassName
{
background-color: #B9DF94;
}
</style>
border-color css
<style>
span { border-color: #B9DF94; }
span { border-color: rgb(185,223,148); }
td.TdClassName
{
border-color: #B9DF94;
}
.TagClassName
{
border-color: #B9DF94;
}
</style>