Shades of Sprout #BDD589
Tints of Sprout #BDD589
RGB
CMYK
RGB Variations
Color information
#BDD589 (or 0xBDD589) is known color: Sprout. HEX triplet: BD, D5 and 89. RGB value is (189,213,137). Sum of RGB (Red+Green+Blue) = 189+213+137=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 137 (53.91% from 255 or 25.42% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD589 is #422A76. Grayscale: #C5C5C5. Windows color (decimal): -4336247 or 9033149. OLE color: 9033149.
HSL color Cylindrical-coordinate representation of color #BDD589: hue angle of 78.95º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDD589 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 137 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.16 |
| HSL | 78.95º | 0.48% | 0.69% | - |
| HSV(B) | 78.95º | 0.36% | 0.84% | - |
| XYZ | 49.3 | 60.21 | 32.69 | - |
| YUV | 197.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 137 | 0.11 | 0 | 0.36 | 0.16 | 78.95 | 0.48 | 0.69 |
| Hex | BD | D5 | 89 | B | 0 | 24 | 10 | 4F | 30 | 45 |
| Octal | 275 | 325 | 211 | 13 | 0 | 44 | 20 | 117 | 60 | 105 |
| Binary | 10111101 | 11010101 | 10001001 | 1011 | 0 | 100100 | 10000 | 1001111 | 110000 | 1000101 |
Color Harmonies of #BDD589
Complementary color
Monochromatic Colors of #BDD589
Black with #BDD589
Text Example
Text Example
White with #BDD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD589; }
p { color: rgb(189,213,137); }
H1.HeaderClassName
{
color: #BDD589;
}
.AnyTagClassName
{
color: #BDD589;
}
</style>
background-color css
<style>
a { background-color: #BDD589; }
a { background-color: rgb(189,213,137); }
div.DivClassName
{
background-color: #BDD589;
}
.BgClassName
{
background-color: #BDD589;
}
</style>
border-color css
<style>
span { border-color: #BDD589; }
span { border-color: rgb(189,213,137); }
td.TdClassName
{
border-color: #BDD589;
}
.TagClassName
{
border-color: #BDD589;
}
</style>