Shades of Sprout #BED79B
Tints of Sprout #BED79B
RGB
CMYK
RGB Variations
Color information
#BED79B (or 0xBED79B) is known color: Sprout. HEX triplet: BE, D7 and 9B. RGB value is (190,215,155). Sum of RGB (Red+Green+Blue) = 190+215+155=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #BED79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED79B is #412864. Grayscale: #C8C8C8. Windows color (decimal): -4270181 or 10213310. OLE color: 10213310.
HSL color Cylindrical-coordinate representation of color #BED79B: hue angle of 85º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED79B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 155 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.16 |
| HSL | 85º | 0.43% | 0.73% | - |
| HSV(B) | 85º | 0.28% | 0.84% | - |
| XYZ | 51.45 | 61.91 | 40.25 | - |
| YUV | 200.69 | 102.22 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 155 | 0.12 | 0 | 0.28 | 0.16 | 85 | 0.43 | 0.73 |
| Hex | BE | D7 | 9B | C | 0 | 1C | 10 | 55 | 2B | 49 |
| Octal | 276 | 327 | 233 | 14 | 0 | 34 | 20 | 125 | 53 | 111 |
| Binary | 10111110 | 11010111 | 10011011 | 1100 | 0 | 11100 | 10000 | 1010101 | 101011 | 1001001 |
Color Harmonies of #BED79B
Complementary color
Monochromatic Colors of #BED79B
Black with #BED79B
Text Example
Text Example
White with #BED79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED79B; }
p { color: rgb(190,215,155); }
H1.HeaderClassName
{
color: #BED79B;
}
.AnyTagClassName
{
color: #BED79B;
}
</style>
background-color css
<style>
a { background-color: #BED79B; }
a { background-color: rgb(190,215,155); }
div.DivClassName
{
background-color: #BED79B;
}
.BgClassName
{
background-color: #BED79B;
}
</style>
border-color css
<style>
span { border-color: #BED79B; }
span { border-color: rgb(190,215,155); }
td.TdClassName
{
border-color: #BED79B;
}
.TagClassName
{
border-color: #BED79B;
}
</style>