Shades of Sprout #BED99A
Tints of Sprout #BED99A
RGB
CMYK
RGB Variations
Color information
#BED99A (or 0xBED99A) is known color: Sprout. HEX triplet: BE, D9 and 9A. RGB value is (190,217,154). Sum of RGB (Red+Green+Blue) = 190+217+154=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #BED99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED99A is #412665. Grayscale: #C9C9C9. Windows color (decimal): -4269670 or 10148286. OLE color: 10148286.
HSL color Cylindrical-coordinate representation of color #BED99A: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED99A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 154 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.15 |
| HSL | 85.71º | 0.45% | 0.73% | - |
| HSV(B) | 85.71º | 0.29% | 0.85% | - |
| XYZ | 51.88 | 62.91 | 39.98 | - |
| YUV | 201.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 154 | 0.12 | 0 | 0.29 | 0.15 | 85.71 | 0.45 | 0.73 |
| Hex | BE | D9 | 9A | C | 0 | 1D | F | 56 | 2D | 49 |
| Octal | 276 | 331 | 232 | 14 | 0 | 35 | 17 | 126 | 55 | 111 |
| Binary | 10111110 | 11011001 | 10011010 | 1100 | 0 | 11101 | 1111 | 1010110 | 101101 | 1001001 |
Color Harmonies of #BED99A
Complementary color
Monochromatic Colors of #BED99A
Black with #BED99A
Text Example
Text Example
White with #BED99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED99A; }
p { color: rgb(190,217,154); }
H1.HeaderClassName
{
color: #BED99A;
}
.AnyTagClassName
{
color: #BED99A;
}
</style>
background-color css
<style>
a { background-color: #BED99A; }
a { background-color: rgb(190,217,154); }
div.DivClassName
{
background-color: #BED99A;
}
.BgClassName
{
background-color: #BED99A;
}
</style>
border-color css
<style>
span { border-color: #BED99A; }
span { border-color: rgb(190,217,154); }
td.TdClassName
{
border-color: #BED99A;
}
.TagClassName
{
border-color: #BED99A;
}
</style>