Shades of Sprout #BED091
Tints of Sprout #BED091
RGB
CMYK
RGB Variations
Color information
#BED091 (or 0xBED091) is known color: Sprout. HEX triplet: BE, D0 and 91. RGB value is (190,208,145). Sum of RGB (Red+Green+Blue) = 190+208+145=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #BED091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED091 is #412F6E. Grayscale: #C3C3C3. Windows color (decimal): -4271983 or 9556158. OLE color: 9556158.
HSL color Cylindrical-coordinate representation of color #BED091: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED091 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 145 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.18 |
| HSL | 77.14º | 0.4% | 0.69% | - |
| HSV(B) | 77.14º | 0.3% | 0.82% | - |
| XYZ | 48.9 | 58.1 | 35.43 | - |
| YUV | 195.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 145 | 0.09 | 0 | 0.30 | 0.18 | 77.14 | 0.4 | 0.69 |
| Hex | BE | D0 | 91 | 9 | 0 | 1E | 12 | 4D | 28 | 45 |
| Octal | 276 | 320 | 221 | 11 | 0 | 36 | 22 | 115 | 50 | 105 |
| Binary | 10111110 | 11010000 | 10010001 | 1001 | 0 | 11110 | 10010 | 1001101 | 101000 | 1000101 |
Color Harmonies of #BED091
Complementary color
Monochromatic Colors of #BED091
Black with #BED091
Text Example
Text Example
White with #BED091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED091; }
p { color: rgb(190,208,145); }
H1.HeaderClassName
{
color: #BED091;
}
.AnyTagClassName
{
color: #BED091;
}
</style>
background-color css
<style>
a { background-color: #BED091; }
a { background-color: rgb(190,208,145); }
div.DivClassName
{
background-color: #BED091;
}
.BgClassName
{
background-color: #BED091;
}
</style>
border-color css
<style>
span { border-color: #BED091; }
span { border-color: rgb(190,208,145); }
td.TdClassName
{
border-color: #BED091;
}
.TagClassName
{
border-color: #BED091;
}
</style>