Shades of Sprout #B7DF94
Tints of Sprout #B7DF94
RGB
CMYK
RGB Variations
Color information
#B7DF94 (or 0xB7DF94) is known color: Sprout. HEX triplet: B7, DF and 94. RGB value is (183,223,148). Sum of RGB (Red+Green+Blue) = 183+223+148=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DF94 is #48206B. Grayscale: #CACACA. Windows color (decimal): -4726892 or 9756599. OLE color: 9756599.
HSL color Cylindrical-coordinate representation of color #B7DF94: hue angle of 92º 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 #B7DF94 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 148 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.13 |
| HSL | 92º | 0.54% | 0.73% | - |
| HSV(B) | 92º | 0.34% | 0.87% | - |
| XYZ | 51.26 | 64.98 | 37.86 | - |
| YUV | 202.49 | 97.25 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 148 | 0.18 | 0 | 0.34 | 0.13 | 92 | 0.54 | 0.73 |
| Hex | B7 | DF | 94 | 12 | 0 | 22 | D | 5C | 36 | 49 |
| Octal | 267 | 337 | 224 | 22 | 0 | 42 | 15 | 134 | 66 | 111 |
| Binary | 10110111 | 11011111 | 10010100 | 10010 | 0 | 100010 | 1101 | 1011100 | 110110 | 1001001 |
Color Harmonies of #B7DF94
Complementary color
Monochromatic Colors of #B7DF94
Black with #B7DF94
Text Example
Text Example
White with #B7DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF94; }
p { color: rgb(183,223,148); }
H1.HeaderClassName
{
color: #B7DF94;
}
.AnyTagClassName
{
color: #B7DF94;
}
</style>
background-color css
<style>
a { background-color: #B7DF94; }
a { background-color: rgb(183,223,148); }
div.DivClassName
{
background-color: #B7DF94;
}
.BgClassName
{
background-color: #B7DF94;
}
</style>
border-color css
<style>
span { border-color: #B7DF94; }
span { border-color: rgb(183,223,148); }
td.TdClassName
{
border-color: #B7DF94;
}
.TagClassName
{
border-color: #B7DF94;
}
</style>