Shades of Sprout #BDD099
Tints of Sprout #BDD099
RGB
CMYK
RGB Variations
Color information
#BDD099 (or 0xBDD099) is known color: Sprout. HEX triplet: BD, D0 and 99. RGB value is (189,208,153). Sum of RGB (Red+Green+Blue) = 189+208+153=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD099 is #422F66. Grayscale: #C4C4C4. Windows color (decimal): -4337511 or 10080445. OLE color: 10080445.
HSL color Cylindrical-coordinate representation of color #BDD099: hue angle of 80.73º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD099 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 153 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.18 |
| HSL | 80.73º | 0.37% | 0.71% | - |
| HSV(B) | 80.73º | 0.26% | 0.82% | - |
| XYZ | 49.29 | 58.23 | 38.78 | - |
| YUV | 196.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 153 | 0.09 | 0 | 0.26 | 0.18 | 80.73 | 0.37 | 0.71 |
| Hex | BD | D0 | 99 | 9 | 0 | 1A | 12 | 51 | 25 | 47 |
| Octal | 275 | 320 | 231 | 11 | 0 | 32 | 22 | 121 | 45 | 107 |
| Binary | 10111101 | 11010000 | 10011001 | 1001 | 0 | 11010 | 10010 | 1010001 | 100101 | 1000111 |
Color Harmonies of #BDD099
Complementary color
Monochromatic Colors of #BDD099
Black with #BDD099
Text Example
Text Example
White with #BDD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD099; }
p { color: rgb(189,208,153); }
H1.HeaderClassName
{
color: #BDD099;
}
.AnyTagClassName
{
color: #BDD099;
}
</style>
background-color css
<style>
a { background-color: #BDD099; }
a { background-color: rgb(189,208,153); }
div.DivClassName
{
background-color: #BDD099;
}
.BgClassName
{
background-color: #BDD099;
}
</style>
border-color css
<style>
span { border-color: #BDD099; }
span { border-color: rgb(189,208,153); }
td.TdClassName
{
border-color: #BDD099;
}
.TagClassName
{
border-color: #BDD099;
}
</style>