Shades of Sprout #BDCD9F
Tints of Sprout #BDCD9F
RGB
CMYK
RGB Variations
Color information
#BDCD9F (or 0xBDCD9F) is known color: Sprout. HEX triplet: BD, CD and 9F. RGB value is (189,205,159). Sum of RGB (Red+Green+Blue) = 189+205+159=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD9F is #423260. Grayscale: #C3C3C3. Windows color (decimal): -4338273 or 10472893. OLE color: 10472893.
HSL color Cylindrical-coordinate representation of color #BDCD9F: hue angle of 80.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCD9F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 159 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.20 |
| HSL | 80.87º | 0.32% | 0.71% | - |
| HSV(B) | 80.87º | 0.22% | 0.8% | - |
| XYZ | 49.08 | 56.98 | 41.21 | - |
| YUV | 194.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 159 | 0.08 | 0 | 0.22 | 0.20 | 80.87 | 0.32 | 0.71 |
| Hex | BD | CD | 9F | 8 | 0 | 16 | 14 | 51 | 20 | 47 |
| Octal | 275 | 315 | 237 | 10 | 0 | 26 | 24 | 121 | 40 | 107 |
| Binary | 10111101 | 11001101 | 10011111 | 1000 | 0 | 10110 | 10100 | 1010001 | 100000 | 1000111 |
Color Harmonies of #BDCD9F
Complementary color
Monochromatic Colors of #BDCD9F
Black with #BDCD9F
Text Example
Text Example
White with #BDCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD9F; }
p { color: rgb(189,205,159); }
H1.HeaderClassName
{
color: #BDCD9F;
}
.AnyTagClassName
{
color: #BDCD9F;
}
</style>
background-color css
<style>
a { background-color: #BDCD9F; }
a { background-color: rgb(189,205,159); }
div.DivClassName
{
background-color: #BDCD9F;
}
.BgClassName
{
background-color: #BDCD9F;
}
</style>
border-color css
<style>
span { border-color: #BDCD9F; }
span { border-color: rgb(189,205,159); }
td.TdClassName
{
border-color: #BDCD9F;
}
.TagClassName
{
border-color: #BDCD9F;
}
</style>