Shades of Sprout #BEDA99
Tints of Sprout #BEDA99
RGB
CMYK
RGB Variations
Color information
#BEDA99 (or 0xBEDA99) is known color: Sprout. HEX triplet: BE, DA and 99. RGB value is (190,218,153). Sum of RGB (Red+Green+Blue) = 190+218+153=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDA99 is #412566. Grayscale: #CACACA. Windows color (decimal): -4269415 or 10083006. OLE color: 10083006.
HSL color Cylindrical-coordinate representation of color #BEDA99: hue angle of 85.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEDA99 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 153 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.15 |
| HSL | 85.85º | 0.47% | 0.73% | - |
| HSV(B) | 85.85º | 0.3% | 0.85% | - |
| XYZ | 52.06 | 63.39 | 39.63 | - |
| YUV | 202.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 153 | 0.13 | 0 | 0.30 | 0.15 | 85.85 | 0.47 | 0.73 |
| Hex | BE | DA | 99 | D | 0 | 1E | F | 56 | 2F | 49 |
| Octal | 276 | 332 | 231 | 15 | 0 | 36 | 17 | 126 | 57 | 111 |
| Binary | 10111110 | 11011010 | 10011001 | 1101 | 0 | 11110 | 1111 | 1010110 | 101111 | 1001001 |
Color Harmonies of #BEDA99
Complementary color
Monochromatic Colors of #BEDA99
Black with #BEDA99
Text Example
Text Example
White with #BEDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDA99; }
p { color: rgb(190,218,153); }
H1.HeaderClassName
{
color: #BEDA99;
}
.AnyTagClassName
{
color: #BEDA99;
}
</style>
background-color css
<style>
a { background-color: #BEDA99; }
a { background-color: rgb(190,218,153); }
div.DivClassName
{
background-color: #BEDA99;
}
.BgClassName
{
background-color: #BEDA99;
}
</style>
border-color css
<style>
span { border-color: #BEDA99; }
span { border-color: rgb(190,218,153); }
td.TdClassName
{
border-color: #BEDA99;
}
.TagClassName
{
border-color: #BEDA99;
}
</style>