Shades of Sprout #BED38A
Tints of Sprout #BED38A
RGB
CMYK
RGB Variations
Color information
#BED38A (or 0xBED38A) is known color: Sprout. HEX triplet: BE, D3 and 8A. RGB value is (190,211,138). Sum of RGB (Red+Green+Blue) = 190+211+138=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 211 - color contains mainly: green. Hex color #BED38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED38A is #412C75. Grayscale: #C4C4C4. Windows color (decimal): -4271222 or 9098174. OLE color: 9098174.
HSL color Cylindrical-coordinate representation of color #BED38A: hue angle of 77.26º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BED38A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 138 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.17 |
| HSL | 77.26º | 0.45% | 0.68% | - |
| HSV(B) | 77.26º | 0.35% | 0.83% | - |
| XYZ | 49.12 | 59.37 | 32.92 | - |
| YUV | 196.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 138 | 0.10 | 0 | 0.35 | 0.17 | 77.26 | 0.45 | 0.68 |
| Hex | BE | D3 | 8A | A | 0 | 23 | 11 | 4D | 2D | 44 |
| Octal | 276 | 323 | 212 | 12 | 0 | 43 | 21 | 115 | 55 | 104 |
| Binary | 10111110 | 11010011 | 10001010 | 1010 | 0 | 100011 | 10001 | 1001101 | 101101 | 1000100 |
Color Harmonies of #BED38A
Complementary color
Monochromatic Colors of #BED38A
Black with #BED38A
Text Example
Text Example
White with #BED38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED38A; }
p { color: rgb(190,211,138); }
H1.HeaderClassName
{
color: #BED38A;
}
.AnyTagClassName
{
color: #BED38A;
}
</style>
background-color css
<style>
a { background-color: #BED38A; }
a { background-color: rgb(190,211,138); }
div.DivClassName
{
background-color: #BED38A;
}
.BgClassName
{
background-color: #BED38A;
}
</style>
border-color css
<style>
span { border-color: #BED38A; }
span { border-color: rgb(190,211,138); }
td.TdClassName
{
border-color: #BED38A;
}
.TagClassName
{
border-color: #BED38A;
}
</style>