Shades of Sprout #BED497
Tints of Sprout #BED497
RGB
CMYK
RGB Variations
Color information
#BED497 (or 0xBED497) is known color: Sprout. HEX triplet: BE, D4 and 97. RGB value is (190,212,151). Sum of RGB (Red+Green+Blue) = 190+212+151=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BED497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED497 is #412B68. Grayscale: #C6C6C6. Windows color (decimal): -4270953 or 9950398. OLE color: 9950398.
HSL color Cylindrical-coordinate representation of color #BED497: hue angle of 81.64º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED497 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 151 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.17 |
| HSL | 81.64º | 0.41% | 0.71% | - |
| HSV(B) | 81.64º | 0.29% | 0.83% | - |
| XYZ | 50.36 | 60.27 | 38.26 | - |
| YUV | 198.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 151 | 0.10 | 0 | 0.29 | 0.17 | 81.64 | 0.41 | 0.71 |
| Hex | BE | D4 | 97 | A | 0 | 1D | 11 | 52 | 29 | 47 |
| Octal | 276 | 324 | 227 | 12 | 0 | 35 | 21 | 122 | 51 | 107 |
| Binary | 10111110 | 11010100 | 10010111 | 1010 | 0 | 11101 | 10001 | 1010010 | 101001 | 1000111 |
Color Harmonies of #BED497
Complementary color
Monochromatic Colors of #BED497
Black with #BED497
Text Example
Text Example
White with #BED497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED497; }
p { color: rgb(190,212,151); }
H1.HeaderClassName
{
color: #BED497;
}
.AnyTagClassName
{
color: #BED497;
}
</style>
background-color css
<style>
a { background-color: #BED497; }
a { background-color: rgb(190,212,151); }
div.DivClassName
{
background-color: #BED497;
}
.BgClassName
{
background-color: #BED497;
}
</style>
border-color css
<style>
span { border-color: #BED497; }
span { border-color: rgb(190,212,151); }
td.TdClassName
{
border-color: #BED497;
}
.TagClassName
{
border-color: #BED497;
}
</style>