Shades of Sprout #B8E094
Tints of Sprout #B8E094
RGB
CMYK
RGB Variations
Color information
#B8E094 (or 0xB8E094) is known color: Sprout. HEX triplet: B8, E0 and 94. RGB value is (184,224,148). Sum of RGB (Red+Green+Blue) = 184+224+148=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8E094 is #471F6B. Grayscale: #CBCBCB. Windows color (decimal): -4661100 or 9756856. OLE color: 9756856.
HSL color Cylindrical-coordinate representation of color #B8E094: hue angle of 91.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8E094 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 148 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.12 |
| HSL | 91.58º | 0.55% | 0.73% | - |
| HSV(B) | 91.58º | 0.34% | 0.88% | - |
| XYZ | 51.77 | 65.64 | 37.96 | - |
| YUV | 203.38 | 96.75 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 148 | 0.18 | 0 | 0.34 | 0.12 | 91.58 | 0.55 | 0.73 |
| Hex | B8 | E0 | 94 | 12 | 0 | 22 | C | 5C | 37 | 49 |
| Octal | 270 | 340 | 224 | 22 | 0 | 42 | 14 | 134 | 67 | 111 |
| Binary | 10111000 | 11100000 | 10010100 | 10010 | 0 | 100010 | 1100 | 1011100 | 110111 | 1001001 |
Color Harmonies of #B8E094
Complementary color
Monochromatic Colors of #B8E094
Black with #B8E094
Text Example
Text Example
White with #B8E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E094; }
p { color: rgb(184,224,148); }
H1.HeaderClassName
{
color: #B8E094;
}
.AnyTagClassName
{
color: #B8E094;
}
</style>
background-color css
<style>
a { background-color: #B8E094; }
a { background-color: rgb(184,224,148); }
div.DivClassName
{
background-color: #B8E094;
}
.BgClassName
{
background-color: #B8E094;
}
</style>
border-color css
<style>
span { border-color: #B8E094; }
span { border-color: rgb(184,224,148); }
td.TdClassName
{
border-color: #B8E094;
}
.TagClassName
{
border-color: #B8E094;
}
</style>