Shades of Sprout #B9E092
Tints of Sprout #B9E092
RGB
CMYK
RGB Variations
Color information
#B9E092 (or 0xB9E092) is known color: Sprout. HEX triplet: B9, E0 and 92. RGB value is (185,224,146). Sum of RGB (Red+Green+Blue) = 185+224+146=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E092 is #461F6D. Grayscale: #CBCBCB. Windows color (decimal): -4595566 or 9625785. OLE color: 9625785.
HSL color Cylindrical-coordinate representation of color #B9E092: hue angle of 90º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9E092 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 146 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.12 |
| HSL | 90º | 0.56% | 0.73% | - |
| HSV(B) | 90º | 0.35% | 0.88% | - |
| XYZ | 51.85 | 65.7 | 37.14 | - |
| YUV | 203.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 146 | 0.17 | 0 | 0.35 | 0.12 | 90 | 0.56 | 0.73 |
| Hex | B9 | E0 | 92 | 11 | 0 | 23 | C | 5A | 38 | 49 |
| Octal | 271 | 340 | 222 | 21 | 0 | 43 | 14 | 132 | 70 | 111 |
| Binary | 10111001 | 11100000 | 10010010 | 10001 | 0 | 100011 | 1100 | 1011010 | 111000 | 1001001 |
Color Harmonies of #B9E092
Complementary color
Monochromatic Colors of #B9E092
Black with #B9E092
Text Example
Text Example
White with #B9E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E092; }
p { color: rgb(185,224,146); }
H1.HeaderClassName
{
color: #B9E092;
}
.AnyTagClassName
{
color: #B9E092;
}
</style>
background-color css
<style>
a { background-color: #B9E092; }
a { background-color: rgb(185,224,146); }
div.DivClassName
{
background-color: #B9E092;
}
.BgClassName
{
background-color: #B9E092;
}
</style>
border-color css
<style>
span { border-color: #B9E092; }
span { border-color: rgb(185,224,146); }
td.TdClassName
{
border-color: #B9E092;
}
.TagClassName
{
border-color: #B9E092;
}
</style>