Shades of Sprout #BED59B
Tints of Sprout #BED59B
RGB
CMYK
RGB Variations
Color information
#BED59B (or 0xBED59B) is known color: Sprout. HEX triplet: BE, D5 and 9B. RGB value is (190,213,155). Sum of RGB (Red+Green+Blue) = 190+213+155=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 213 - color contains mainly: green. Hex color #BED59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED59B is #412A64. Grayscale: #C7C7C7. Windows color (decimal): -4270693 or 10212798. OLE color: 10212798.
HSL color Cylindrical-coordinate representation of color #BED59B: hue angle of 83.79º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED59B is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 155 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.16 |
| HSL | 83.79º | 0.41% | 0.72% | - |
| HSV(B) | 83.79º | 0.27% | 0.84% | - |
| XYZ | 50.95 | 60.9 | 40.08 | - |
| YUV | 199.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 155 | 0.11 | 0 | 0.27 | 0.16 | 83.79 | 0.41 | 0.72 |
| Hex | BE | D5 | 9B | B | 0 | 1B | 10 | 54 | 29 | 48 |
| Octal | 276 | 325 | 233 | 13 | 0 | 33 | 20 | 124 | 51 | 110 |
| Binary | 10111110 | 11010101 | 10011011 | 1011 | 0 | 11011 | 10000 | 1010100 | 101001 | 1001000 |
Color Harmonies of #BED59B
Complementary color
Monochromatic Colors of #BED59B
Black with #BED59B
Text Example
Text Example
White with #BED59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED59B; }
p { color: rgb(190,213,155); }
H1.HeaderClassName
{
color: #BED59B;
}
.AnyTagClassName
{
color: #BED59B;
}
</style>
background-color css
<style>
a { background-color: #BED59B; }
a { background-color: rgb(190,213,155); }
div.DivClassName
{
background-color: #BED59B;
}
.BgClassName
{
background-color: #BED59B;
}
</style>
border-color css
<style>
span { border-color: #BED59B; }
span { border-color: rgb(190,213,155); }
td.TdClassName
{
border-color: #BED59B;
}
.TagClassName
{
border-color: #BED59B;
}
</style>