Shades of Sprout #BDC89E
Tints of Sprout #BDC89E
RGB
CMYK
RGB Variations
Color information
#BDC89E (or 0xBDC89E) is known color: Sprout. HEX triplet: BD, C8 and 9E. RGB value is (189,200,158). Sum of RGB (Red+Green+Blue) = 189+200+158=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC89E is #423761. Grayscale: #C0C0C0. Windows color (decimal): -4339554 or 10406077. OLE color: 10406077.
HSL color Cylindrical-coordinate representation of color #BDC89E: hue angle of 75.71º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC89E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 158 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.22 |
| HSL | 75.71º | 0.28% | 0.7% | - |
| HSV(B) | 75.71º | 0.21% | 0.78% | - |
| XYZ | 47.81 | 54.6 | 40.37 | - |
| YUV | 191.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 158 | 0.06 | 0 | 0.21 | 0.22 | 75.71 | 0.28 | 0.7 |
| Hex | BD | C8 | 9E | 6 | 0 | 15 | 16 | 4C | 1C | 46 |
| Octal | 275 | 310 | 236 | 6 | 0 | 25 | 26 | 114 | 34 | 106 |
| Binary | 10111101 | 11001000 | 10011110 | 110 | 0 | 10101 | 10110 | 1001100 | 11100 | 1000110 |
Color Harmonies of #BDC89E
Complementary color
Monochromatic Colors of #BDC89E
Black with #BDC89E
Text Example
Text Example
White with #BDC89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC89E; }
p { color: rgb(189,200,158); }
H1.HeaderClassName
{
color: #BDC89E;
}
.AnyTagClassName
{
color: #BDC89E;
}
</style>
background-color css
<style>
a { background-color: #BDC89E; }
a { background-color: rgb(189,200,158); }
div.DivClassName
{
background-color: #BDC89E;
}
.BgClassName
{
background-color: #BDC89E;
}
</style>
border-color css
<style>
span { border-color: #BDC89E; }
span { border-color: rgb(189,200,158); }
td.TdClassName
{
border-color: #BDC89E;
}
.TagClassName
{
border-color: #BDC89E;
}
</style>