Shades of Sprout #BEDB95
Tints of Sprout #BEDB95
RGB
CMYK
RGB Variations
Color information
#BEDB95 (or 0xBEDB95) is known color: Sprout. HEX triplet: BE, DB and 95. RGB value is (190,219,149). Sum of RGB (Red+Green+Blue) = 190+219+149=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB95 is #41246A. Grayscale: #CACACA. Windows color (decimal): -4269163 or 9821118. OLE color: 9821118.
HSL color Cylindrical-coordinate representation of color #BEDB95: hue angle of 84.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEDB95 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 149 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.14 |
| HSL | 84.86º | 0.49% | 0.72% | - |
| HSV(B) | 84.86º | 0.32% | 0.86% | - |
| XYZ | 51.99 | 63.78 | 38 | - |
| YUV | 202.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 149 | 0.13 | 0 | 0.32 | 0.14 | 84.86 | 0.49 | 0.72 |
| Hex | BE | DB | 95 | D | 0 | 20 | E | 55 | 31 | 48 |
| Octal | 276 | 333 | 225 | 15 | 0 | 40 | 16 | 125 | 61 | 110 |
| Binary | 10111110 | 11011011 | 10010101 | 1101 | 0 | 100000 | 1110 | 1010101 | 110001 | 1001000 |
Color Harmonies of #BEDB95
Complementary color
Monochromatic Colors of #BEDB95
Black with #BEDB95
Text Example
Text Example
White with #BEDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB95; }
p { color: rgb(190,219,149); }
H1.HeaderClassName
{
color: #BEDB95;
}
.AnyTagClassName
{
color: #BEDB95;
}
</style>
background-color css
<style>
a { background-color: #BEDB95; }
a { background-color: rgb(190,219,149); }
div.DivClassName
{
background-color: #BEDB95;
}
.BgClassName
{
background-color: #BEDB95;
}
</style>
border-color css
<style>
span { border-color: #BEDB95; }
span { border-color: rgb(190,219,149); }
td.TdClassName
{
border-color: #BEDB95;
}
.TagClassName
{
border-color: #BEDB95;
}
</style>