Shades of Sprout #BED28D
Tints of Sprout #BED28D
RGB
CMYK
RGB Variations
Color information
#BED28D (or 0xBED28D) is known color: Sprout. HEX triplet: BE, D2 and 8D. RGB value is (190,210,141). Sum of RGB (Red+Green+Blue) = 190+210+141=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #BED28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED28D is #412D72. Grayscale: #C4C4C4. Windows color (decimal): -4271475 or 9294526. OLE color: 9294526.
HSL color Cylindrical-coordinate representation of color #BED28D: hue angle of 77.39º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BED28D is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 141 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.18 |
| HSL | 77.39º | 0.43% | 0.69% | - |
| HSV(B) | 77.39º | 0.33% | 0.82% | - |
| XYZ | 49.09 | 58.96 | 33.99 | - |
| YUV | 196.15 | 96.87 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 141 | 0.10 | 0 | 0.33 | 0.18 | 77.39 | 0.43 | 0.69 |
| Hex | BE | D2 | 8D | A | 0 | 21 | 12 | 4D | 2B | 45 |
| Octal | 276 | 322 | 215 | 12 | 0 | 41 | 22 | 115 | 53 | 105 |
| Binary | 10111110 | 11010010 | 10001101 | 1010 | 0 | 100001 | 10010 | 1001101 | 101011 | 1000101 |
Color Harmonies of #BED28D
Complementary color
Monochromatic Colors of #BED28D
Black with #BED28D
Text Example
Text Example
White with #BED28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED28D; }
p { color: rgb(190,210,141); }
H1.HeaderClassName
{
color: #BED28D;
}
.AnyTagClassName
{
color: #BED28D;
}
</style>
background-color css
<style>
a { background-color: #BED28D; }
a { background-color: rgb(190,210,141); }
div.DivClassName
{
background-color: #BED28D;
}
.BgClassName
{
background-color: #BED28D;
}
</style>
border-color css
<style>
span { border-color: #BED28D; }
span { border-color: rgb(190,210,141); }
td.TdClassName
{
border-color: #BED28D;
}
.TagClassName
{
border-color: #BED28D;
}
</style>