Shades of Sprout #BDC99F
Tints of Sprout #BDC99F
RGB
CMYK
RGB Variations
Color information
#BDC99F (or 0xBDC99F) is known color: Sprout. HEX triplet: BD, C9 and 9F. RGB value is (189,201,159). Sum of RGB (Red+Green+Blue) = 189+201+159=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC99F is #423660. Grayscale: #C0C0C0. Windows color (decimal): -4339297 or 10471869. OLE color: 10471869.
HSL color Cylindrical-coordinate representation of color #BDC99F: hue angle of 77.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC99F is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 159 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.21 |
| HSL | 77.14º | 0.28% | 0.71% | - |
| HSV(B) | 77.14º | 0.21% | 0.79% | - |
| XYZ | 48.13 | 55.1 | 40.9 | - |
| YUV | 192.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 159 | 0.06 | 0 | 0.21 | 0.21 | 77.14 | 0.28 | 0.71 |
| Hex | BD | C9 | 9F | 6 | 0 | 15 | 15 | 4D | 1C | 47 |
| Octal | 275 | 311 | 237 | 6 | 0 | 25 | 25 | 115 | 34 | 107 |
| Binary | 10111101 | 11001001 | 10011111 | 110 | 0 | 10101 | 10101 | 1001101 | 11100 | 1000111 |
Color Harmonies of #BDC99F
Complementary color
Monochromatic Colors of #BDC99F
Black with #BDC99F
Text Example
Text Example
White with #BDC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC99F; }
p { color: rgb(189,201,159); }
H1.HeaderClassName
{
color: #BDC99F;
}
.AnyTagClassName
{
color: #BDC99F;
}
</style>
background-color css
<style>
a { background-color: #BDC99F; }
a { background-color: rgb(189,201,159); }
div.DivClassName
{
background-color: #BDC99F;
}
.BgClassName
{
background-color: #BDC99F;
}
</style>
border-color css
<style>
span { border-color: #BDC99F; }
span { border-color: rgb(189,201,159); }
td.TdClassName
{
border-color: #BDC99F;
}
.TagClassName
{
border-color: #BDC99F;
}
</style>