Shades of Sprout #BDC89F
Tints of Sprout #BDC89F
RGB
CMYK
RGB Variations
Color information
#BDC89F (or 0xBDC89F) is known color: Sprout. HEX triplet: BD, C8 and 9F. RGB value is (189,200,159). Sum of RGB (Red+Green+Blue) = 189+200+159=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 159 (62.5% from 255 or 29.01% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC89F is #423760. Grayscale: #C0C0C0. Windows color (decimal): -4339553 or 10471613. OLE color: 10471613.
HSL color Cylindrical-coordinate representation of color #BDC89F: hue angle of 76.1º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC89F is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 159 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.22 |
| HSL | 76.1º | 0.27% | 0.7% | - |
| HSV(B) | 76.1º | 0.21% | 0.78% | - |
| XYZ | 47.9 | 54.63 | 40.82 | - |
| YUV | 192.04 | 109.36 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 159 | 0.06 | 0 | 0.20 | 0.22 | 76.1 | 0.27 | 0.7 |
| Hex | BD | C8 | 9F | 6 | 0 | 14 | 16 | 4C | 1B | 46 |
| Octal | 275 | 310 | 237 | 6 | 0 | 24 | 26 | 114 | 33 | 106 |
| Binary | 10111101 | 11001000 | 10011111 | 110 | 0 | 10100 | 10110 | 1001100 | 11011 | 1000110 |
Color Harmonies of #BDC89F
Complementary color
Monochromatic Colors of #BDC89F
Black with #BDC89F
Text Example
Text Example
White with #BDC89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC89F; }
p { color: rgb(189,200,159); }
H1.HeaderClassName
{
color: #BDC89F;
}
.AnyTagClassName
{
color: #BDC89F;
}
</style>
background-color css
<style>
a { background-color: #BDC89F; }
a { background-color: rgb(189,200,159); }
div.DivClassName
{
background-color: #BDC89F;
}
.BgClassName
{
background-color: #BDC89F;
}
</style>
border-color css
<style>
span { border-color: #BDC89F; }
span { border-color: rgb(189,200,159); }
td.TdClassName
{
border-color: #BDC89F;
}
.TagClassName
{
border-color: #BDC89F;
}
</style>