Shades of Sprout #BED48A
Tints of Sprout #BED48A
RGB
CMYK
RGB Variations
Color information
#BED48A (or 0xBED48A) is known color: Sprout. HEX triplet: BE, D4 and 8A. RGB value is (190,212,138). Sum of RGB (Red+Green+Blue) = 190+212+138=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #BED48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED48A is #412B75. Grayscale: #C5C5C5. Windows color (decimal): -4270966 or 9098430. OLE color: 9098430.
HSL color Cylindrical-coordinate representation of color #BED48A: hue angle of 77.84º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BED48A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 212 | 138 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.17 |
| HSL | 77.84º | 0.46% | 0.69% | - |
| HSV(B) | 77.84º | 0.35% | 0.83% | - |
| XYZ | 49.37 | 59.87 | 33 | - |
| YUV | 196.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 138 | 0.10 | 0 | 0.35 | 0.17 | 77.84 | 0.46 | 0.69 |
| Hex | BE | D4 | 8A | A | 0 | 23 | 11 | 4E | 2E | 45 |
| Octal | 276 | 324 | 212 | 12 | 0 | 43 | 21 | 116 | 56 | 105 |
| Binary | 10111110 | 11010100 | 10001010 | 1010 | 0 | 100011 | 10001 | 1001110 | 101110 | 1000101 |
Color Harmonies of #BED48A
Complementary color
Monochromatic Colors of #BED48A
Black with #BED48A
Text Example
Text Example
White with #BED48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED48A; }
p { color: rgb(190,212,138); }
H1.HeaderClassName
{
color: #BED48A;
}
.AnyTagClassName
{
color: #BED48A;
}
</style>
background-color css
<style>
a { background-color: #BED48A; }
a { background-color: rgb(190,212,138); }
div.DivClassName
{
background-color: #BED48A;
}
.BgClassName
{
background-color: #BED48A;
}
</style>
border-color css
<style>
span { border-color: #BED48A; }
span { border-color: rgb(190,212,138); }
td.TdClassName
{
border-color: #BED48A;
}
.TagClassName
{
border-color: #BED48A;
}
</style>