Shades of Sprout #BED596
Tints of Sprout #BED596
RGB
CMYK
RGB Variations
Color information
#BED596 (or 0xBED596) is known color: Sprout. HEX triplet: BE, D5 and 96. RGB value is (190,213,150). Sum of RGB (Red+Green+Blue) = 190+213+150=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BED596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED596 is #412A69. Grayscale: #C7C7C7. Windows color (decimal): -4270698 or 9885118. OLE color: 9885118.
HSL color Cylindrical-coordinate representation of color #BED596: hue angle of 81.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED596 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 150 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.16 |
| HSL | 81.9º | 0.43% | 0.71% | - |
| HSV(B) | 81.9º | 0.3% | 0.84% | - |
| XYZ | 50.53 | 60.74 | 37.91 | - |
| YUV | 198.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 150 | 0.11 | 0 | 0.30 | 0.16 | 81.9 | 0.43 | 0.71 |
| Hex | BE | D5 | 96 | B | 0 | 1E | 10 | 52 | 2B | 47 |
| Octal | 276 | 325 | 226 | 13 | 0 | 36 | 20 | 122 | 53 | 107 |
| Binary | 10111110 | 11010101 | 10010110 | 1011 | 0 | 11110 | 10000 | 1010010 | 101011 | 1000111 |
Color Harmonies of #BED596
Complementary color
Monochromatic Colors of #BED596
Black with #BED596
Text Example
Text Example
White with #BED596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED596; }
p { color: rgb(190,213,150); }
H1.HeaderClassName
{
color: #BED596;
}
.AnyTagClassName
{
color: #BED596;
}
</style>
background-color css
<style>
a { background-color: #BED596; }
a { background-color: rgb(190,213,150); }
div.DivClassName
{
background-color: #BED596;
}
.BgClassName
{
background-color: #BED596;
}
</style>
border-color css
<style>
span { border-color: #BED596; }
span { border-color: rgb(190,213,150); }
td.TdClassName
{
border-color: #BED596;
}
.TagClassName
{
border-color: #BED596;
}
</style>