Shades of Sprout #B9D78E
Tints of Sprout #B9D78E
RGB
CMYK
RGB Variations
Color information
#B9D78E (or 0xB9D78E) is known color: Sprout. HEX triplet: B9, D7 and 8E. RGB value is (185,215,142). Sum of RGB (Red+Green+Blue) = 185+215+142=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D78E is #462871. Grayscale: #C5C5C5. Windows color (decimal): -4597874 or 9361337. OLE color: 9361337.
HSL color Cylindrical-coordinate representation of color #B9D78E: hue angle of 84.66º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9D78E is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 215 | 142 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.16 |
| HSL | 84.66º | 0.48% | 0.7% | - |
| HSV(B) | 84.66º | 0.34% | 0.84% | - |
| XYZ | 49.19 | 60.87 | 34.75 | - |
| YUV | 197.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 142 | 0.14 | 0 | 0.34 | 0.16 | 84.66 | 0.48 | 0.7 |
| Hex | B9 | D7 | 8E | E | 0 | 22 | 10 | 55 | 30 | 46 |
| Octal | 271 | 327 | 216 | 16 | 0 | 42 | 20 | 125 | 60 | 106 |
| Binary | 10111001 | 11010111 | 10001110 | 1110 | 0 | 100010 | 10000 | 1010101 | 110000 | 1000110 |
Color Harmonies of #B9D78E
Complementary color
Monochromatic Colors of #B9D78E
Black with #B9D78E
Text Example
Text Example
White with #B9D78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D78E; }
p { color: rgb(185,215,142); }
H1.HeaderClassName
{
color: #B9D78E;
}
.AnyTagClassName
{
color: #B9D78E;
}
</style>
background-color css
<style>
a { background-color: #B9D78E; }
a { background-color: rgb(185,215,142); }
div.DivClassName
{
background-color: #B9D78E;
}
.BgClassName
{
background-color: #B9D78E;
}
</style>
border-color css
<style>
span { border-color: #B9D78E; }
span { border-color: rgb(185,215,142); }
td.TdClassName
{
border-color: #B9D78E;
}
.TagClassName
{
border-color: #B9D78E;
}
</style>