Shades of Sprout #BEDB97
Tints of Sprout #BEDB97
RGB
CMYK
RGB Variations
Color information
#BEDB97 (or 0xBEDB97) is known color: Sprout. HEX triplet: BE, DB and 97. RGB value is (190,219,151). Sum of RGB (Red+Green+Blue) = 190+219+151=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB97 is #412468. Grayscale: #CACACA. Windows color (decimal): -4269161 or 9952190. OLE color: 9952190.
HSL color Cylindrical-coordinate representation of color #BEDB97: hue angle of 85.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEDB97 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 151 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.14 |
| HSL | 85.59º | 0.49% | 0.73% | - |
| HSV(B) | 85.59º | 0.31% | 0.86% | - |
| XYZ | 52.15 | 63.84 | 38.85 | - |
| YUV | 202.58 | 98.89 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 151 | 0.13 | 0 | 0.31 | 0.14 | 85.59 | 0.49 | 0.73 |
| Hex | BE | DB | 97 | D | 0 | 1F | E | 56 | 31 | 49 |
| Octal | 276 | 333 | 227 | 15 | 0 | 37 | 16 | 126 | 61 | 111 |
| Binary | 10111110 | 11011011 | 10010111 | 1101 | 0 | 11111 | 1110 | 1010110 | 110001 | 1001001 |
Color Harmonies of #BEDB97
Complementary color
Monochromatic Colors of #BEDB97
Black with #BEDB97
Text Example
Text Example
White with #BEDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB97; }
p { color: rgb(190,219,151); }
H1.HeaderClassName
{
color: #BEDB97;
}
.AnyTagClassName
{
color: #BEDB97;
}
</style>
background-color css
<style>
a { background-color: #BEDB97; }
a { background-color: rgb(190,219,151); }
div.DivClassName
{
background-color: #BEDB97;
}
.BgClassName
{
background-color: #BEDB97;
}
</style>
border-color css
<style>
span { border-color: #BEDB97; }
span { border-color: rgb(190,219,151); }
td.TdClassName
{
border-color: #BEDB97;
}
.TagClassName
{
border-color: #BEDB97;
}
</style>