Shades of Sprout #BDC79E
Tints of Sprout #BDC79E
RGB
CMYK
RGB Variations
Color information
#BDC79E (or 0xBDC79E) is known color: Sprout. HEX triplet: BD, C7 and 9E. RGB value is (189,199,158). Sum of RGB (Red+Green+Blue) = 189+199+158=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC79E is #423861. Grayscale: #BFBFBF. Windows color (decimal): -4339810 or 10405821. OLE color: 10405821.
HSL color Cylindrical-coordinate representation of color #BDC79E: hue angle of 74.63º degrees, saturation: 0.27, 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 #BDC79E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 158 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.22 |
| HSL | 74.63º | 0.27% | 0.7% | - |
| HSV(B) | 74.63º | 0.21% | 0.78% | - |
| XYZ | 47.58 | 54.13 | 40.29 | - |
| YUV | 191.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 158 | 0.05 | 0 | 0.21 | 0.22 | 74.63 | 0.27 | 0.7 |
| Hex | BD | C7 | 9E | 5 | 0 | 15 | 16 | 4B | 1B | 46 |
| Octal | 275 | 307 | 236 | 5 | 0 | 25 | 26 | 113 | 33 | 106 |
| Binary | 10111101 | 11000111 | 10011110 | 101 | 0 | 10101 | 10110 | 1001011 | 11011 | 1000110 |
Color Harmonies of #BDC79E
Complementary color
Monochromatic Colors of #BDC79E
Black with #BDC79E
Text Example
Text Example
White with #BDC79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC79E; }
p { color: rgb(189,199,158); }
H1.HeaderClassName
{
color: #BDC79E;
}
.AnyTagClassName
{
color: #BDC79E;
}
</style>
background-color css
<style>
a { background-color: #BDC79E; }
a { background-color: rgb(189,199,158); }
div.DivClassName
{
background-color: #BDC79E;
}
.BgClassName
{
background-color: #BDC79E;
}
</style>
border-color css
<style>
span { border-color: #BDC79E; }
span { border-color: rgb(189,199,158); }
td.TdClassName
{
border-color: #BDC79E;
}
.TagClassName
{
border-color: #BDC79E;
}
</style>