Shades of Sprout #BDC99E
Tints of Sprout #BDC99E
RGB
CMYK
RGB Variations
Color information
#BDC99E (or 0xBDC99E) is known color: Sprout. HEX triplet: BD, C9 and 9E. RGB value is (189,201,158). Sum of RGB (Red+Green+Blue) = 189+201+158=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC99E is #423661. Grayscale: #C0C0C0. Windows color (decimal): -4339298 or 10406333. OLE color: 10406333.
HSL color Cylindrical-coordinate representation of color #BDC99E: hue angle of 76.74º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC99E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 158 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.21 |
| HSL | 76.74º | 0.28% | 0.7% | - |
| HSV(B) | 76.74º | 0.21% | 0.79% | - |
| XYZ | 48.04 | 55.06 | 40.44 | - |
| YUV | 192.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 158 | 0.06 | 0 | 0.21 | 0.21 | 76.74 | 0.28 | 0.7 |
| Hex | BD | C9 | 9E | 6 | 0 | 15 | 15 | 4D | 1C | 46 |
| Octal | 275 | 311 | 236 | 6 | 0 | 25 | 25 | 115 | 34 | 106 |
| Binary | 10111101 | 11001001 | 10011110 | 110 | 0 | 10101 | 10101 | 1001101 | 11100 | 1000110 |
Color Harmonies of #BDC99E
Complementary color
Monochromatic Colors of #BDC99E
Black with #BDC99E
Text Example
Text Example
White with #BDC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC99E; }
p { color: rgb(189,201,158); }
H1.HeaderClassName
{
color: #BDC99E;
}
.AnyTagClassName
{
color: #BDC99E;
}
</style>
background-color css
<style>
a { background-color: #BDC99E; }
a { background-color: rgb(189,201,158); }
div.DivClassName
{
background-color: #BDC99E;
}
.BgClassName
{
background-color: #BDC99E;
}
</style>
border-color css
<style>
span { border-color: #BDC99E; }
span { border-color: rgb(189,201,158); }
td.TdClassName
{
border-color: #BDC99E;
}
.TagClassName
{
border-color: #BDC99E;
}
</style>