Shades of Sprout #BEDD93
Tints of Sprout #BEDD93
RGB
CMYK
RGB Variations
Color information
#BEDD93 (or 0xBEDD93) is known color: Sprout. HEX triplet: BE, DD and 93. RGB value is (190,221,147). Sum of RGB (Red+Green+Blue) = 190+221+147=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD93 is #41226C. Grayscale: #CBCBCB. Windows color (decimal): -4268653 or 9690558. OLE color: 9690558.
HSL color Cylindrical-coordinate representation of color #BEDD93: hue angle of 85.14º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEDD93 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 147 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.13 |
| HSL | 85.14º | 0.52% | 0.72% | - |
| HSV(B) | 85.14º | 0.33% | 0.87% | - |
| XYZ | 52.36 | 64.77 | 37.35 | - |
| YUV | 203.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 147 | 0.14 | 0 | 0.33 | 0.13 | 85.14 | 0.52 | 0.72 |
| Hex | BE | DD | 93 | E | 0 | 21 | D | 55 | 34 | 48 |
| Octal | 276 | 335 | 223 | 16 | 0 | 41 | 15 | 125 | 64 | 110 |
| Binary | 10111110 | 11011101 | 10010011 | 1110 | 0 | 100001 | 1101 | 1010101 | 110100 | 1001000 |
Color Harmonies of #BEDD93
Complementary color
Monochromatic Colors of #BEDD93
Black with #BEDD93
Text Example
Text Example
White with #BEDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD93; }
p { color: rgb(190,221,147); }
H1.HeaderClassName
{
color: #BEDD93;
}
.AnyTagClassName
{
color: #BEDD93;
}
</style>
background-color css
<style>
a { background-color: #BEDD93; }
a { background-color: rgb(190,221,147); }
div.DivClassName
{
background-color: #BEDD93;
}
.BgClassName
{
background-color: #BEDD93;
}
</style>
border-color css
<style>
span { border-color: #BEDD93; }
span { border-color: rgb(190,221,147); }
td.TdClassName
{
border-color: #BEDD93;
}
.TagClassName
{
border-color: #BEDD93;
}
</style>