Shades of Sprout #BEDB90
Tints of Sprout #BEDB90
RGB
CMYK
RGB Variations
Color information
#BEDB90 (or 0xBEDB90) is known color: Sprout. HEX triplet: BE, DB and 90. RGB value is (190,219,144). Sum of RGB (Red+Green+Blue) = 190+219+144=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB90 is #41246F. Grayscale: #CACACA. Windows color (decimal): -4269168 or 9493438. OLE color: 9493438.
HSL color Cylindrical-coordinate representation of color #BEDB90: hue angle of 83.2º 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 #BEDB90 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 144 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.14 |
| HSL | 83.2º | 0.51% | 0.71% | - |
| HSV(B) | 83.2º | 0.34% | 0.86% | - |
| XYZ | 51.6 | 63.62 | 35.95 | - |
| YUV | 201.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 144 | 0.13 | 0 | 0.34 | 0.14 | 83.2 | 0.51 | 0.71 |
| Hex | BE | DB | 90 | D | 0 | 22 | E | 53 | 33 | 47 |
| Octal | 276 | 333 | 220 | 15 | 0 | 42 | 16 | 123 | 63 | 107 |
| Binary | 10111110 | 11011011 | 10010000 | 1101 | 0 | 100010 | 1110 | 1010011 | 110011 | 1000111 |
Color Harmonies of #BEDB90
Complementary color
Monochromatic Colors of #BEDB90
Black with #BEDB90
Text Example
Text Example
White with #BEDB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB90; }
p { color: rgb(190,219,144); }
H1.HeaderClassName
{
color: #BEDB90;
}
.AnyTagClassName
{
color: #BEDB90;
}
</style>
background-color css
<style>
a { background-color: #BEDB90; }
a { background-color: rgb(190,219,144); }
div.DivClassName
{
background-color: #BEDB90;
}
.BgClassName
{
background-color: #BEDB90;
}
</style>
border-color css
<style>
span { border-color: #BEDB90; }
span { border-color: rgb(190,219,144); }
td.TdClassName
{
border-color: #BEDB90;
}
.TagClassName
{
border-color: #BEDB90;
}
</style>