Shades of Sprout #BDD19E
Tints of Sprout #BDD19E
RGB
CMYK
RGB Variations
Color information
#BDD19E (or 0xBDD19E) is known color: Sprout. HEX triplet: BD, D1 and 9E. RGB value is (189,209,158). Sum of RGB (Red+Green+Blue) = 189+209+158=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD19E is #422E61. Grayscale: #C5C5C5. Windows color (decimal): -4337250 or 10408381. OLE color: 10408381.
HSL color Cylindrical-coordinate representation of color #BDD19E: hue angle of 83.53º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD19E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 158 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.18 |
| HSL | 83.53º | 0.36% | 0.72% | - |
| HSV(B) | 83.53º | 0.24% | 0.82% | - |
| XYZ | 49.96 | 58.89 | 41.08 | - |
| YUV | 197.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 158 | 0.10 | 0 | 0.24 | 0.18 | 83.53 | 0.36 | 0.72 |
| Hex | BD | D1 | 9E | A | 0 | 18 | 12 | 54 | 24 | 48 |
| Octal | 275 | 321 | 236 | 12 | 0 | 30 | 22 | 124 | 44 | 110 |
| Binary | 10111101 | 11010001 | 10011110 | 1010 | 0 | 11000 | 10010 | 1010100 | 100100 | 1001000 |
Color Harmonies of #BDD19E
Complementary color
Monochromatic Colors of #BDD19E
Black with #BDD19E
Text Example
Text Example
White with #BDD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD19E; }
p { color: rgb(189,209,158); }
H1.HeaderClassName
{
color: #BDD19E;
}
.AnyTagClassName
{
color: #BDD19E;
}
</style>
background-color css
<style>
a { background-color: #BDD19E; }
a { background-color: rgb(189,209,158); }
div.DivClassName
{
background-color: #BDD19E;
}
.BgClassName
{
background-color: #BDD19E;
}
</style>
border-color css
<style>
span { border-color: #BDD19E; }
span { border-color: rgb(189,209,158); }
td.TdClassName
{
border-color: #BDD19E;
}
.TagClassName
{
border-color: #BDD19E;
}
</style>