Shades of Sprout #BED58C
Tints of Sprout #BED58C
RGB
CMYK
RGB Variations
Color information
#BED58C (or 0xBED58C) is known color: Sprout. HEX triplet: BE, D5 and 8C. RGB value is (190,213,140). Sum of RGB (Red+Green+Blue) = 190+213+140=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #BED58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED58C is #412A73. Grayscale: #C6C6C6. Windows color (decimal): -4270708 or 9229758. OLE color: 9229758.
HSL color Cylindrical-coordinate representation of color #BED58C: hue angle of 78.9º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BED58C is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 140 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.16 |
| HSL | 78.9º | 0.46% | 0.69% | - |
| HSV(B) | 78.9º | 0.34% | 0.84% | - |
| XYZ | 49.76 | 60.43 | 33.85 | - |
| YUV | 197.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 140 | 0.11 | 0 | 0.34 | 0.16 | 78.9 | 0.46 | 0.69 |
| Hex | BE | D5 | 8C | B | 0 | 22 | 10 | 4F | 2E | 45 |
| Octal | 276 | 325 | 214 | 13 | 0 | 42 | 20 | 117 | 56 | 105 |
| Binary | 10111110 | 11010101 | 10001100 | 1011 | 0 | 100010 | 10000 | 1001111 | 101110 | 1000101 |
Color Harmonies of #BED58C
Complementary color
Monochromatic Colors of #BED58C
Black with #BED58C
Text Example
Text Example
White with #BED58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED58C; }
p { color: rgb(190,213,140); }
H1.HeaderClassName
{
color: #BED58C;
}
.AnyTagClassName
{
color: #BED58C;
}
</style>
background-color css
<style>
a { background-color: #BED58C; }
a { background-color: rgb(190,213,140); }
div.DivClassName
{
background-color: #BED58C;
}
.BgClassName
{
background-color: #BED58C;
}
</style>
border-color css
<style>
span { border-color: #BED58C; }
span { border-color: rgb(190,213,140); }
td.TdClassName
{
border-color: #BED58C;
}
.TagClassName
{
border-color: #BED58C;
}
</style>