Shades of Sprout #BED792
Tints of Sprout #BED792
RGB
CMYK
RGB Variations
Color information
#BED792 (or 0xBED792) is known color: Sprout. HEX triplet: BE, D7 and 92. RGB value is (190,215,146). Sum of RGB (Red+Green+Blue) = 190+215+146=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #BED792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED792 is #41286D. Grayscale: #C7C7C7. Windows color (decimal): -4270190 or 9623486. OLE color: 9623486.
HSL color Cylindrical-coordinate representation of color #BED792: hue angle of 81.74º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BED792 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 146 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.16 |
| HSL | 81.74º | 0.46% | 0.71% | - |
| HSV(B) | 81.74º | 0.32% | 0.84% | - |
| XYZ | 50.72 | 61.62 | 36.42 | - |
| YUV | 199.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 146 | 0.12 | 0 | 0.32 | 0.16 | 81.74 | 0.46 | 0.71 |
| Hex | BE | D7 | 92 | C | 0 | 20 | 10 | 52 | 2E | 47 |
| Octal | 276 | 327 | 222 | 14 | 0 | 40 | 20 | 122 | 56 | 107 |
| Binary | 10111110 | 11010111 | 10010010 | 1100 | 0 | 100000 | 10000 | 1010010 | 101110 | 1000111 |
Color Harmonies of #BED792
Complementary color
Monochromatic Colors of #BED792
Black with #BED792
Text Example
Text Example
White with #BED792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED792; }
p { color: rgb(190,215,146); }
H1.HeaderClassName
{
color: #BED792;
}
.AnyTagClassName
{
color: #BED792;
}
</style>
background-color css
<style>
a { background-color: #BED792; }
a { background-color: rgb(190,215,146); }
div.DivClassName
{
background-color: #BED792;
}
.BgClassName
{
background-color: #BED792;
}
</style>
border-color css
<style>
span { border-color: #BED792; }
span { border-color: rgb(190,215,146); }
td.TdClassName
{
border-color: #BED792;
}
.TagClassName
{
border-color: #BED792;
}
</style>