Shades of Sprout #BDD299
Tints of Sprout #BDD299
RGB
CMYK
RGB Variations
Color information
#BDD299 (or 0xBDD299) is known color: Sprout. HEX triplet: BD, D2 and 99. RGB value is (189,210,153). Sum of RGB (Red+Green+Blue) = 189+210+153=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD299 is #422D66. Grayscale: #C5C5C5. Windows color (decimal): -4336999 or 10080957. OLE color: 10080957.
HSL color Cylindrical-coordinate representation of color #BDD299: hue angle of 82.11º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD299 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 153 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.18 |
| HSL | 82.11º | 0.39% | 0.71% | - |
| HSV(B) | 82.11º | 0.27% | 0.82% | - |
| XYZ | 49.78 | 59.21 | 38.94 | - |
| YUV | 197.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 153 | 0.10 | 0 | 0.27 | 0.18 | 82.11 | 0.39 | 0.71 |
| Hex | BD | D2 | 99 | A | 0 | 1B | 12 | 52 | 27 | 47 |
| Octal | 275 | 322 | 231 | 12 | 0 | 33 | 22 | 122 | 47 | 107 |
| Binary | 10111101 | 11010010 | 10011001 | 1010 | 0 | 11011 | 10010 | 1010010 | 100111 | 1000111 |
Color Harmonies of #BDD299
Complementary color
Monochromatic Colors of #BDD299
Black with #BDD299
Text Example
Text Example
White with #BDD299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD299; }
p { color: rgb(189,210,153); }
H1.HeaderClassName
{
color: #BDD299;
}
.AnyTagClassName
{
color: #BDD299;
}
</style>
background-color css
<style>
a { background-color: #BDD299; }
a { background-color: rgb(189,210,153); }
div.DivClassName
{
background-color: #BDD299;
}
.BgClassName
{
background-color: #BDD299;
}
</style>
border-color css
<style>
span { border-color: #BDD299; }
span { border-color: rgb(189,210,153); }
td.TdClassName
{
border-color: #BDD299;
}
.TagClassName
{
border-color: #BDD299;
}
</style>