Shades of Sprout #BDCD99
Tints of Sprout #BDCD99
RGB
CMYK
RGB Variations
Color information
#BDCD99 (or 0xBDCD99) is known color: Sprout. HEX triplet: BD, CD and 99. RGB value is (189,205,153). Sum of RGB (Red+Green+Blue) = 189+205+153=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD99 is #423266. Grayscale: #C2C2C2. Windows color (decimal): -4338279 or 10079677. OLE color: 10079677.
HSL color Cylindrical-coordinate representation of color #BDCD99: hue angle of 78.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDCD99 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 153 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.20 |
| HSL | 78.46º | 0.34% | 0.7% | - |
| HSV(B) | 78.46º | 0.25% | 0.8% | - |
| XYZ | 48.57 | 56.78 | 38.54 | - |
| YUV | 194.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 153 | 0.08 | 0 | 0.25 | 0.20 | 78.46 | 0.34 | 0.7 |
| Hex | BD | CD | 99 | 8 | 0 | 19 | 14 | 4E | 22 | 46 |
| Octal | 275 | 315 | 231 | 10 | 0 | 31 | 24 | 116 | 42 | 106 |
| Binary | 10111101 | 11001101 | 10011001 | 1000 | 0 | 11001 | 10100 | 1001110 | 100010 | 1000110 |
Color Harmonies of #BDCD99
Complementary color
Monochromatic Colors of #BDCD99
Black with #BDCD99
Text Example
Text Example
White with #BDCD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCD99; }
p { color: rgb(189,205,153); }
H1.HeaderClassName
{
color: #BDCD99;
}
.AnyTagClassName
{
color: #BDCD99;
}
</style>
background-color css
<style>
a { background-color: #BDCD99; }
a { background-color: rgb(189,205,153); }
div.DivClassName
{
background-color: #BDCD99;
}
.BgClassName
{
background-color: #BDCD99;
}
</style>
border-color css
<style>
span { border-color: #BDCD99; }
span { border-color: rgb(189,205,153); }
td.TdClassName
{
border-color: #BDCD99;
}
.TagClassName
{
border-color: #BDCD99;
}
</style>