Shades of Sprout #BDD995
Tints of Sprout #BDD995
RGB
CMYK
RGB Variations
Color information
#BDD995 (or 0xBDD995) is known color: Sprout. HEX triplet: BD, D9 and 95. RGB value is (189,217,149). Sum of RGB (Red+Green+Blue) = 189+217+149=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD995 is #42266A. Grayscale: #C9C9C9. Windows color (decimal): -4335211 or 9820605. OLE color: 9820605.
HSL color Cylindrical-coordinate representation of color #BDD995: hue angle of 84.71º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD995 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 149 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.15 |
| HSL | 84.71º | 0.47% | 0.72% | - |
| HSV(B) | 84.71º | 0.31% | 0.85% | - |
| XYZ | 51.22 | 62.61 | 37.82 | - |
| YUV | 200.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 149 | 0.13 | 0 | 0.31 | 0.15 | 84.71 | 0.47 | 0.72 |
| Hex | BD | D9 | 95 | D | 0 | 1F | F | 55 | 2F | 48 |
| Octal | 275 | 331 | 225 | 15 | 0 | 37 | 17 | 125 | 57 | 110 |
| Binary | 10111101 | 11011001 | 10010101 | 1101 | 0 | 11111 | 1111 | 1010101 | 101111 | 1001000 |
Color Harmonies of #BDD995
Complementary color
Monochromatic Colors of #BDD995
Black with #BDD995
Text Example
Text Example
White with #BDD995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD995; }
p { color: rgb(189,217,149); }
H1.HeaderClassName
{
color: #BDD995;
}
.AnyTagClassName
{
color: #BDD995;
}
</style>
background-color css
<style>
a { background-color: #BDD995; }
a { background-color: rgb(189,217,149); }
div.DivClassName
{
background-color: #BDD995;
}
.BgClassName
{
background-color: #BDD995;
}
</style>
border-color css
<style>
span { border-color: #BDD995; }
span { border-color: rgb(189,217,149); }
td.TdClassName
{
border-color: #BDD995;
}
.TagClassName
{
border-color: #BDD995;
}
</style>