Shades of Sprout #BEDD92
Tints of Sprout #BEDD92
RGB
CMYK
RGB Variations
Color information
#BEDD92 (or 0xBEDD92) is known color: Sprout. HEX triplet: BE, DD and 92. RGB value is (190,221,146). Sum of RGB (Red+Green+Blue) = 190+221+146=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD92 is #41226D. Grayscale: #CBCBCB. Windows color (decimal): -4268654 or 9625022. OLE color: 9625022.
HSL color Cylindrical-coordinate representation of color #BEDD92: hue angle of 84.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEDD92 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 146 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.13 |
| HSL | 84.8º | 0.52% | 0.72% | - |
| HSV(B) | 84.8º | 0.34% | 0.87% | - |
| XYZ | 52.28 | 64.74 | 36.93 | - |
| YUV | 203.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 146 | 0.14 | 0 | 0.34 | 0.13 | 84.8 | 0.52 | 0.72 |
| Hex | BE | DD | 92 | E | 0 | 22 | D | 55 | 34 | 48 |
| Octal | 276 | 335 | 222 | 16 | 0 | 42 | 15 | 125 | 64 | 110 |
| Binary | 10111110 | 11011101 | 10010010 | 1110 | 0 | 100010 | 1101 | 1010101 | 110100 | 1001000 |
Color Harmonies of #BEDD92
Complementary color
Monochromatic Colors of #BEDD92
Black with #BEDD92
Text Example
Text Example
White with #BEDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD92; }
p { color: rgb(190,221,146); }
H1.HeaderClassName
{
color: #BEDD92;
}
.AnyTagClassName
{
color: #BEDD92;
}
</style>
background-color css
<style>
a { background-color: #BEDD92; }
a { background-color: rgb(190,221,146); }
div.DivClassName
{
background-color: #BEDD92;
}
.BgClassName
{
background-color: #BEDD92;
}
</style>
border-color css
<style>
span { border-color: #BEDD92; }
span { border-color: rgb(190,221,146); }
td.TdClassName
{
border-color: #BEDD92;
}
.TagClassName
{
border-color: #BEDD92;
}
</style>