Shades of Sprout #BED58A
Tints of Sprout #BED58A
RGB
CMYK
RGB Variations
Color information
#BED58A (or 0xBED58A) is known color: Sprout. HEX triplet: BE, D5 and 8A. RGB value is (190,213,138). Sum of RGB (Red+Green+Blue) = 190+213+138=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #BED58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED58A is #412A75. Grayscale: #C5C5C5. Windows color (decimal): -4270710 or 9098686. OLE color: 9098686.
HSL color Cylindrical-coordinate representation of color #BED58A: hue angle of 78.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BED58A is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 138 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.16 |
| HSL | 78.4º | 0.47% | 0.69% | - |
| HSV(B) | 78.4º | 0.35% | 0.84% | - |
| XYZ | 49.62 | 60.37 | 33.08 | - |
| YUV | 197.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 138 | 0.11 | 0 | 0.35 | 0.16 | 78.4 | 0.47 | 0.69 |
| Hex | BE | D5 | 8A | B | 0 | 23 | 10 | 4E | 2F | 45 |
| Octal | 276 | 325 | 212 | 13 | 0 | 43 | 20 | 116 | 57 | 105 |
| Binary | 10111110 | 11010101 | 10001010 | 1011 | 0 | 100011 | 10000 | 1001110 | 101111 | 1000101 |
Color Harmonies of #BED58A
Complementary color
Monochromatic Colors of #BED58A
Black with #BED58A
Text Example
Text Example
White with #BED58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED58A; }
p { color: rgb(190,213,138); }
H1.HeaderClassName
{
color: #BED58A;
}
.AnyTagClassName
{
color: #BED58A;
}
</style>
background-color css
<style>
a { background-color: #BED58A; }
a { background-color: rgb(190,213,138); }
div.DivClassName
{
background-color: #BED58A;
}
.BgClassName
{
background-color: #BED58A;
}
</style>
border-color css
<style>
span { border-color: #BED58A; }
span { border-color: rgb(190,213,138); }
td.TdClassName
{
border-color: #BED58A;
}
.TagClassName
{
border-color: #BED58A;
}
</style>