Shades of Sprout #BEDB91
Tints of Sprout #BEDB91
RGB
CMYK
RGB Variations
Color information
#BEDB91 (or 0xBEDB91) is known color: Sprout. HEX triplet: BE, DB and 91. RGB value is (190,219,145). Sum of RGB (Red+Green+Blue) = 190+219+145=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB91 is #41246E. Grayscale: #CACACA. Windows color (decimal): -4269167 or 9558974. OLE color: 9558974.
HSL color Cylindrical-coordinate representation of color #BEDB91: hue angle of 83.51º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEDB91 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 145 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.14 |
| HSL | 83.51º | 0.51% | 0.71% | - |
| HSV(B) | 83.51º | 0.34% | 0.86% | - |
| XYZ | 51.68 | 63.65 | 36.35 | - |
| YUV | 201.89 | 95.89 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 145 | 0.13 | 0 | 0.34 | 0.14 | 83.51 | 0.51 | 0.71 |
| Hex | BE | DB | 91 | D | 0 | 22 | E | 54 | 33 | 47 |
| Octal | 276 | 333 | 221 | 15 | 0 | 42 | 16 | 124 | 63 | 107 |
| Binary | 10111110 | 11011011 | 10010001 | 1101 | 0 | 100010 | 1110 | 1010100 | 110011 | 1000111 |
Color Harmonies of #BEDB91
Complementary color
Monochromatic Colors of #BEDB91
Black with #BEDB91
Text Example
Text Example
White with #BEDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB91; }
p { color: rgb(190,219,145); }
H1.HeaderClassName
{
color: #BEDB91;
}
.AnyTagClassName
{
color: #BEDB91;
}
</style>
background-color css
<style>
a { background-color: #BEDB91; }
a { background-color: rgb(190,219,145); }
div.DivClassName
{
background-color: #BEDB91;
}
.BgClassName
{
background-color: #BEDB91;
}
</style>
border-color css
<style>
span { border-color: #BEDB91; }
span { border-color: rgb(190,219,145); }
td.TdClassName
{
border-color: #BEDB91;
}
.TagClassName
{
border-color: #BEDB91;
}
</style>