Shades of Sprout #BED39D
Tints of Sprout #BED39D
RGB
CMYK
RGB Variations
Color information
#BED39D (or 0xBED39D) is known color: Sprout. HEX triplet: BE, D3 and 9D. RGB value is (190,211,157). Sum of RGB (Red+Green+Blue) = 190+211+157=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 211 - color contains mainly: green. Hex color #BED39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED39D is #412C62. Grayscale: #C6C6C6. Windows color (decimal): -4271203 or 10343358. OLE color: 10343358.
HSL color Cylindrical-coordinate representation of color #BED39D: hue angle of 83.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BED39D is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 157 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.17 |
| HSL | 83.33º | 0.38% | 0.72% | - |
| HSV(B) | 83.33º | 0.26% | 0.83% | - |
| XYZ | 50.62 | 59.97 | 40.81 | - |
| YUV | 198.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 157 | 0.10 | 0 | 0.26 | 0.17 | 83.33 | 0.38 | 0.72 |
| Hex | BE | D3 | 9D | A | 0 | 1A | 11 | 53 | 26 | 48 |
| Octal | 276 | 323 | 235 | 12 | 0 | 32 | 21 | 123 | 46 | 110 |
| Binary | 10111110 | 11010011 | 10011101 | 1010 | 0 | 11010 | 10001 | 1010011 | 100110 | 1001000 |
Color Harmonies of #BED39D
Complementary color
Monochromatic Colors of #BED39D
Black with #BED39D
Text Example
Text Example
White with #BED39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED39D; }
p { color: rgb(190,211,157); }
H1.HeaderClassName
{
color: #BED39D;
}
.AnyTagClassName
{
color: #BED39D;
}
</style>
background-color css
<style>
a { background-color: #BED39D; }
a { background-color: rgb(190,211,157); }
div.DivClassName
{
background-color: #BED39D;
}
.BgClassName
{
background-color: #BED39D;
}
</style>
border-color css
<style>
span { border-color: #BED39D; }
span { border-color: rgb(190,211,157); }
td.TdClassName
{
border-color: #BED39D;
}
.TagClassName
{
border-color: #BED39D;
}
</style>