Shades of Sprout #BED391
Tints of Sprout #BED391
RGB
CMYK
RGB Variations
Color information
#BED391 (or 0xBED391) is known color: Sprout. HEX triplet: BE, D3 and 91. RGB value is (190,211,145). Sum of RGB (Red+Green+Blue) = 190+211+145=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #BED391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED391 is #412C6E. Grayscale: #C5C5C5. Windows color (decimal): -4271215 or 9556926. OLE color: 9556926.
HSL color Cylindrical-coordinate representation of color #BED391: hue angle of 79.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED391 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 145 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.17 |
| HSL | 79.09º | 0.43% | 0.7% | - |
| HSV(B) | 79.09º | 0.31% | 0.83% | - |
| XYZ | 49.64 | 59.58 | 35.67 | - |
| YUV | 197.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 145 | 0.10 | 0 | 0.31 | 0.17 | 79.09 | 0.43 | 0.7 |
| Hex | BE | D3 | 91 | A | 0 | 1F | 11 | 4F | 2B | 46 |
| Octal | 276 | 323 | 221 | 12 | 0 | 37 | 21 | 117 | 53 | 106 |
| Binary | 10111110 | 11010011 | 10010001 | 1010 | 0 | 11111 | 10001 | 1001111 | 101011 | 1000110 |
Color Harmonies of #BED391
Complementary color
Monochromatic Colors of #BED391
Black with #BED391
Text Example
Text Example
White with #BED391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED391; }
p { color: rgb(190,211,145); }
H1.HeaderClassName
{
color: #BED391;
}
.AnyTagClassName
{
color: #BED391;
}
</style>
background-color css
<style>
a { background-color: #BED391; }
a { background-color: rgb(190,211,145); }
div.DivClassName
{
background-color: #BED391;
}
.BgClassName
{
background-color: #BED391;
}
</style>
border-color css
<style>
span { border-color: #BED391; }
span { border-color: rgb(190,211,145); }
td.TdClassName
{
border-color: #BED391;
}
.TagClassName
{
border-color: #BED391;
}
</style>