Shades of Sprout #BEDC93
Tints of Sprout #BEDC93
RGB
CMYK
RGB Variations
Color information
#BEDC93 (or 0xBEDC93) is known color: Sprout. HEX triplet: BE, DC and 93. RGB value is (190,220,147). Sum of RGB (Red+Green+Blue) = 190+220+147=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC93 is #41236C. Grayscale: #CACACA. Windows color (decimal): -4268909 or 9690302. OLE color: 9690302.
HSL color Cylindrical-coordinate representation of color #BEDC93: hue angle of 84.66º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEDC93 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 147 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.14 |
| HSL | 84.66º | 0.51% | 0.72% | - |
| HSV(B) | 84.66º | 0.33% | 0.86% | - |
| XYZ | 52.09 | 64.24 | 37.26 | - |
| YUV | 202.71 | 96.56 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 147 | 0.14 | 0 | 0.33 | 0.14 | 84.66 | 0.51 | 0.72 |
| Hex | BE | DC | 93 | E | 0 | 21 | E | 55 | 33 | 48 |
| Octal | 276 | 334 | 223 | 16 | 0 | 41 | 16 | 125 | 63 | 110 |
| Binary | 10111110 | 11011100 | 10010011 | 1110 | 0 | 100001 | 1110 | 1010101 | 110011 | 1001000 |
Color Harmonies of #BEDC93
Complementary color
Monochromatic Colors of #BEDC93
Black with #BEDC93
Text Example
Text Example
White with #BEDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDC93; }
p { color: rgb(190,220,147); }
H1.HeaderClassName
{
color: #BEDC93;
}
.AnyTagClassName
{
color: #BEDC93;
}
</style>
background-color css
<style>
a { background-color: #BEDC93; }
a { background-color: rgb(190,220,147); }
div.DivClassName
{
background-color: #BEDC93;
}
.BgClassName
{
background-color: #BEDC93;
}
</style>
border-color css
<style>
span { border-color: #BEDC93; }
span { border-color: rgb(190,220,147); }
td.TdClassName
{
border-color: #BEDC93;
}
.TagClassName
{
border-color: #BEDC93;
}
</style>