Shades of Sprout #BDD58D
Tints of Sprout #BDD58D
RGB
CMYK
RGB Variations
Color information
#BDD58D (or 0xBDD58D) is known color: Sprout. HEX triplet: BD, D5 and 8D. RGB value is (189,213,141). Sum of RGB (Red+Green+Blue) = 189+213+141=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD58D is #422A72. Grayscale: #C5C5C5. Windows color (decimal): -4336243 or 9295293. OLE color: 9295293.
HSL color Cylindrical-coordinate representation of color #BDD58D: hue angle of 80º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDD58D is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 141 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.16 |
| HSL | 80º | 0.46% | 0.69% | - |
| HSV(B) | 80º | 0.34% | 0.84% | - |
| XYZ | 49.59 | 60.33 | 34.23 | - |
| YUV | 197.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 141 | 0.11 | 0 | 0.34 | 0.16 | 80 | 0.46 | 0.69 |
| Hex | BD | D5 | 8D | B | 0 | 22 | 10 | 50 | 2E | 45 |
| Octal | 275 | 325 | 215 | 13 | 0 | 42 | 20 | 120 | 56 | 105 |
| Binary | 10111101 | 11010101 | 10001101 | 1011 | 0 | 100010 | 10000 | 1010000 | 101110 | 1000101 |
Color Harmonies of #BDD58D
Complementary color
Monochromatic Colors of #BDD58D
Black with #BDD58D
Text Example
Text Example
White with #BDD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD58D; }
p { color: rgb(189,213,141); }
H1.HeaderClassName
{
color: #BDD58D;
}
.AnyTagClassName
{
color: #BDD58D;
}
</style>
background-color css
<style>
a { background-color: #BDD58D; }
a { background-color: rgb(189,213,141); }
div.DivClassName
{
background-color: #BDD58D;
}
.BgClassName
{
background-color: #BDD58D;
}
</style>
border-color css
<style>
span { border-color: #BDD58D; }
span { border-color: rgb(189,213,141); }
td.TdClassName
{
border-color: #BDD58D;
}
.TagClassName
{
border-color: #BDD58D;
}
</style>