Shades of Sprout #BDD999
Tints of Sprout #BDD999
RGB
CMYK
RGB Variations
Color information
#BDD999 (or 0xBDD999) is known color: Sprout. HEX triplet: BD, D9 and 99. RGB value is (189,217,153). Sum of RGB (Red+Green+Blue) = 189+217+153=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD999 is #422666. Grayscale: #C9C9C9. Windows color (decimal): -4335207 or 10082749. OLE color: 10082749.
HSL color Cylindrical-coordinate representation of color #BDD999: hue angle of 86.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD999 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 153 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.15 |
| HSL | 86.25º | 0.46% | 0.73% | - |
| HSV(B) | 86.25º | 0.29% | 0.85% | - |
| XYZ | 51.55 | 62.74 | 39.53 | - |
| YUV | 201.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 153 | 0.13 | 0 | 0.29 | 0.15 | 86.25 | 0.46 | 0.73 |
| Hex | BD | D9 | 99 | D | 0 | 1D | F | 56 | 2E | 49 |
| Octal | 275 | 331 | 231 | 15 | 0 | 35 | 17 | 126 | 56 | 111 |
| Binary | 10111101 | 11011001 | 10011001 | 1101 | 0 | 11101 | 1111 | 1010110 | 101110 | 1001001 |
Color Harmonies of #BDD999
Complementary color
Monochromatic Colors of #BDD999
Black with #BDD999
Text Example
Text Example
White with #BDD999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD999; }
p { color: rgb(189,217,153); }
H1.HeaderClassName
{
color: #BDD999;
}
.AnyTagClassName
{
color: #BDD999;
}
</style>
background-color css
<style>
a { background-color: #BDD999; }
a { background-color: rgb(189,217,153); }
div.DivClassName
{
background-color: #BDD999;
}
.BgClassName
{
background-color: #BDD999;
}
</style>
border-color css
<style>
span { border-color: #BDD999; }
span { border-color: rgb(189,217,153); }
td.TdClassName
{
border-color: #BDD999;
}
.TagClassName
{
border-color: #BDD999;
}
</style>