Shades of Sprout #BDDD91
Tints of Sprout #BDDD91
RGB
CMYK
RGB Variations
Color information
#BDDD91 (or 0xBDDD91) is known color: Sprout. HEX triplet: BD, DD and 91. RGB value is (189,221,145). Sum of RGB (Red+Green+Blue) = 189+221+145=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD91 is #42226E. Grayscale: #CBCBCB. Windows color (decimal): -4334191 or 9559485. OLE color: 9559485.
HSL color Cylindrical-coordinate representation of color #BDDD91: hue angle of 85.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDDD91 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 145 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.13 |
| HSL | 85.26º | 0.53% | 0.72% | - |
| HSV(B) | 85.26º | 0.34% | 0.87% | - |
| XYZ | 51.95 | 64.58 | 36.51 | - |
| YUV | 202.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 145 | 0.14 | 0 | 0.34 | 0.13 | 85.26 | 0.53 | 0.72 |
| Hex | BD | DD | 91 | E | 0 | 22 | D | 55 | 35 | 48 |
| Octal | 275 | 335 | 221 | 16 | 0 | 42 | 15 | 125 | 65 | 110 |
| Binary | 10111101 | 11011101 | 10010001 | 1110 | 0 | 100010 | 1101 | 1010101 | 110101 | 1001000 |
Color Harmonies of #BDDD91
Complementary color
Monochromatic Colors of #BDDD91
Black with #BDDD91
Text Example
Text Example
White with #BDDD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD91; }
p { color: rgb(189,221,145); }
H1.HeaderClassName
{
color: #BDDD91;
}
.AnyTagClassName
{
color: #BDDD91;
}
</style>
background-color css
<style>
a { background-color: #BDDD91; }
a { background-color: rgb(189,221,145); }
div.DivClassName
{
background-color: #BDDD91;
}
.BgClassName
{
background-color: #BDDD91;
}
</style>
border-color css
<style>
span { border-color: #BDDD91; }
span { border-color: rgb(189,221,145); }
td.TdClassName
{
border-color: #BDDD91;
}
.TagClassName
{
border-color: #BDDD91;
}
</style>