Shades of Sprout #BED19E
Tints of Sprout #BED19E
RGB
CMYK
RGB Variations
Color information
#BED19E (or 0xBED19E) is known color: Sprout. HEX triplet: BE, D1 and 9E. RGB value is (190,209,158). Sum of RGB (Red+Green+Blue) = 190+209+158=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #BED19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED19E is #412E61. Grayscale: #C5C5C5. Windows color (decimal): -4271714 or 10408382. OLE color: 10408382.
HSL color Cylindrical-coordinate representation of color #BED19E: hue angle of 82.35º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED19E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 158 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.18 |
| HSL | 82.35º | 0.36% | 0.72% | - |
| HSV(B) | 82.35º | 0.24% | 0.82% | - |
| XYZ | 50.21 | 59.02 | 41.09 | - |
| YUV | 197.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 158 | 0.09 | 0 | 0.24 | 0.18 | 82.35 | 0.36 | 0.72 |
| Hex | BE | D1 | 9E | 9 | 0 | 18 | 12 | 52 | 24 | 48 |
| Octal | 276 | 321 | 236 | 11 | 0 | 30 | 22 | 122 | 44 | 110 |
| Binary | 10111110 | 11010001 | 10011110 | 1001 | 0 | 11000 | 10010 | 1010010 | 100100 | 1001000 |
Color Harmonies of #BED19E
Complementary color
Monochromatic Colors of #BED19E
Black with #BED19E
Text Example
Text Example
White with #BED19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED19E; }
p { color: rgb(190,209,158); }
H1.HeaderClassName
{
color: #BED19E;
}
.AnyTagClassName
{
color: #BED19E;
}
</style>
background-color css
<style>
a { background-color: #BED19E; }
a { background-color: rgb(190,209,158); }
div.DivClassName
{
background-color: #BED19E;
}
.BgClassName
{
background-color: #BED19E;
}
</style>
border-color css
<style>
span { border-color: #BED19E; }
span { border-color: rgb(190,209,158); }
td.TdClassName
{
border-color: #BED19E;
}
.TagClassName
{
border-color: #BED19E;
}
</style>