Shades of Sprout #BDD599
Tints of Sprout #BDD599
RGB
CMYK
RGB Variations
Color information
#BDD599 (or 0xBDD599) is known color: Sprout. HEX triplet: BD, D5 and 99. RGB value is (189,213,153). Sum of RGB (Red+Green+Blue) = 189+213+153=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD599 is #422A66. Grayscale: #C7C7C7. Windows color (decimal): -4336231 or 10081725. OLE color: 10081725.
HSL color Cylindrical-coordinate representation of color #BDD599: hue angle of 84º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD599 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 153 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.16 |
| HSL | 84º | 0.42% | 0.72% | - |
| HSV(B) | 84º | 0.28% | 0.84% | - |
| XYZ | 50.53 | 60.71 | 39.19 | - |
| YUV | 198.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 153 | 0.11 | 0 | 0.28 | 0.16 | 84 | 0.42 | 0.72 |
| Hex | BD | D5 | 99 | B | 0 | 1C | 10 | 54 | 2A | 48 |
| Octal | 275 | 325 | 231 | 13 | 0 | 34 | 20 | 124 | 52 | 110 |
| Binary | 10111101 | 11010101 | 10011001 | 1011 | 0 | 11100 | 10000 | 1010100 | 101010 | 1001000 |
Color Harmonies of #BDD599
Complementary color
Monochromatic Colors of #BDD599
Black with #BDD599
Text Example
Text Example
White with #BDD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD599; }
p { color: rgb(189,213,153); }
H1.HeaderClassName
{
color: #BDD599;
}
.AnyTagClassName
{
color: #BDD599;
}
</style>
background-color css
<style>
a { background-color: #BDD599; }
a { background-color: rgb(189,213,153); }
div.DivClassName
{
background-color: #BDD599;
}
.BgClassName
{
background-color: #BDD599;
}
</style>
border-color css
<style>
span { border-color: #BDD599; }
span { border-color: rgb(189,213,153); }
td.TdClassName
{
border-color: #BDD599;
}
.TagClassName
{
border-color: #BDD599;
}
</style>