Shades of Sprout #BED896
Tints of Sprout #BED896
RGB
CMYK
RGB Variations
Color information
#BED896 (or 0xBED896) is known color: Sprout. HEX triplet: BE, D8 and 96. RGB value is (190,216,150). Sum of RGB (Red+Green+Blue) = 190+216+150=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #BED896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED896 is #412769. Grayscale: #C8C8C8. Windows color (decimal): -4269930 or 9885886. OLE color: 9885886.
HSL color Cylindrical-coordinate representation of color #BED896: hue angle of 83.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED896 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 150 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.15 |
| HSL | 83.64º | 0.46% | 0.72% | - |
| HSV(B) | 83.64º | 0.31% | 0.85% | - |
| XYZ | 51.3 | 62.26 | 38.17 | - |
| YUV | 200.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 150 | 0.12 | 0 | 0.31 | 0.15 | 83.64 | 0.46 | 0.72 |
| Hex | BE | D8 | 96 | C | 0 | 1F | F | 54 | 2E | 48 |
| Octal | 276 | 330 | 226 | 14 | 0 | 37 | 17 | 124 | 56 | 110 |
| Binary | 10111110 | 11011000 | 10010110 | 1100 | 0 | 11111 | 1111 | 1010100 | 101110 | 1001000 |
Color Harmonies of #BED896
Complementary color
Monochromatic Colors of #BED896
Black with #BED896
Text Example
Text Example
White with #BED896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED896; }
p { color: rgb(190,216,150); }
H1.HeaderClassName
{
color: #BED896;
}
.AnyTagClassName
{
color: #BED896;
}
</style>
background-color css
<style>
a { background-color: #BED896; }
a { background-color: rgb(190,216,150); }
div.DivClassName
{
background-color: #BED896;
}
.BgClassName
{
background-color: #BED896;
}
</style>
border-color css
<style>
span { border-color: #BED896; }
span { border-color: rgb(190,216,150); }
td.TdClassName
{
border-color: #BED896;
}
.TagClassName
{
border-color: #BED896;
}
</style>