Shades of Sprout #BED38B
Tints of Sprout #BED38B
RGB
CMYK
RGB Variations
Color information
#BED38B (or 0xBED38B) is known color: Sprout. HEX triplet: BE, D3 and 8B. RGB value is (190,211,139). Sum of RGB (Red+Green+Blue) = 190+211+139=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #BED38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED38B is #412C74. Grayscale: #C4C4C4. Windows color (decimal): -4271221 or 9163710. OLE color: 9163710.
HSL color Cylindrical-coordinate representation of color #BED38B: hue angle of 77.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BED38B is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 139 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.17 |
| HSL | 77.5º | 0.45% | 0.69% | - |
| HSV(B) | 77.5º | 0.34% | 0.83% | - |
| XYZ | 49.19 | 59.4 | 33.3 | - |
| YUV | 196.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 139 | 0.10 | 0 | 0.34 | 0.17 | 77.5 | 0.45 | 0.69 |
| Hex | BE | D3 | 8B | A | 0 | 22 | 11 | 4E | 2D | 45 |
| Octal | 276 | 323 | 213 | 12 | 0 | 42 | 21 | 116 | 55 | 105 |
| Binary | 10111110 | 11010011 | 10001011 | 1010 | 0 | 100010 | 10001 | 1001110 | 101101 | 1000101 |
Color Harmonies of #BED38B
Complementary color
Monochromatic Colors of #BED38B
Black with #BED38B
Text Example
Text Example
White with #BED38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED38B; }
p { color: rgb(190,211,139); }
H1.HeaderClassName
{
color: #BED38B;
}
.AnyTagClassName
{
color: #BED38B;
}
</style>
background-color css
<style>
a { background-color: #BED38B; }
a { background-color: rgb(190,211,139); }
div.DivClassName
{
background-color: #BED38B;
}
.BgClassName
{
background-color: #BED38B;
}
</style>
border-color css
<style>
span { border-color: #BED38B; }
span { border-color: rgb(190,211,139); }
td.TdClassName
{
border-color: #BED38B;
}
.TagClassName
{
border-color: #BED38B;
}
</style>