Shades of Sprout #BDD58E
Tints of Sprout #BDD58E
RGB
CMYK
RGB Variations
Color information
#BDD58E (or 0xBDD58E) is known color: Sprout. HEX triplet: BD, D5 and 8E. RGB value is (189,213,142). Sum of RGB (Red+Green+Blue) = 189+213+142=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD58E is #422A71. Grayscale: #C5C5C5. Windows color (decimal): -4336242 or 9360829. OLE color: 9360829.
HSL color Cylindrical-coordinate representation of color #BDD58E: hue angle of 80.28º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDD58E is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 142 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.16 |
| HSL | 80.28º | 0.46% | 0.7% | - |
| HSV(B) | 80.28º | 0.33% | 0.84% | - |
| XYZ | 49.66 | 60.36 | 34.62 | - |
| YUV | 197.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 142 | 0.11 | 0 | 0.33 | 0.16 | 80.28 | 0.46 | 0.7 |
| Hex | BD | D5 | 8E | B | 0 | 21 | 10 | 50 | 2E | 46 |
| Octal | 275 | 325 | 216 | 13 | 0 | 41 | 20 | 120 | 56 | 106 |
| Binary | 10111101 | 11010101 | 10001110 | 1011 | 0 | 100001 | 10000 | 1010000 | 101110 | 1000110 |
Color Harmonies of #BDD58E
Complementary color
Monochromatic Colors of #BDD58E
Black with #BDD58E
Text Example
Text Example
White with #BDD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD58E; }
p { color: rgb(189,213,142); }
H1.HeaderClassName
{
color: #BDD58E;
}
.AnyTagClassName
{
color: #BDD58E;
}
</style>
background-color css
<style>
a { background-color: #BDD58E; }
a { background-color: rgb(189,213,142); }
div.DivClassName
{
background-color: #BDD58E;
}
.BgClassName
{
background-color: #BDD58E;
}
</style>
border-color css
<style>
span { border-color: #BDD58E; }
span { border-color: rgb(189,213,142); }
td.TdClassName
{
border-color: #BDD58E;
}
.TagClassName
{
border-color: #BDD58E;
}
</style>