Shades of Sprout #BED490
Tints of Sprout #BED490
RGB
CMYK
RGB Variations
Color information
#BED490 (or 0xBED490) is known color: Sprout. HEX triplet: BE, D4 and 90. RGB value is (190,212,144). Sum of RGB (Red+Green+Blue) = 190+212+144=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #BED490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED490 is #412B6F. Grayscale: #C5C5C5. Windows color (decimal): -4270960 or 9491646. OLE color: 9491646.
HSL color Cylindrical-coordinate representation of color #BED490: hue angle of 79.41º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BED490 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 144 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.17 |
| HSL | 79.41º | 0.44% | 0.7% | - |
| HSV(B) | 79.41º | 0.32% | 0.83% | - |
| XYZ | 49.81 | 60.05 | 35.35 | - |
| YUV | 197.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 144 | 0.10 | 0 | 0.32 | 0.17 | 79.41 | 0.44 | 0.7 |
| Hex | BE | D4 | 90 | A | 0 | 20 | 11 | 4F | 2C | 46 |
| Octal | 276 | 324 | 220 | 12 | 0 | 40 | 21 | 117 | 54 | 106 |
| Binary | 10111110 | 11010100 | 10010000 | 1010 | 0 | 100000 | 10001 | 1001111 | 101100 | 1000110 |
Color Harmonies of #BED490
Complementary color
Monochromatic Colors of #BED490
Black with #BED490
Text Example
Text Example
White with #BED490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED490; }
p { color: rgb(190,212,144); }
H1.HeaderClassName
{
color: #BED490;
}
.AnyTagClassName
{
color: #BED490;
}
</style>
background-color css
<style>
a { background-color: #BED490; }
a { background-color: rgb(190,212,144); }
div.DivClassName
{
background-color: #BED490;
}
.BgClassName
{
background-color: #BED490;
}
</style>
border-color css
<style>
span { border-color: #BED490; }
span { border-color: rgb(190,212,144); }
td.TdClassName
{
border-color: #BED490;
}
.TagClassName
{
border-color: #BED490;
}
</style>