Shades of Sprout #BDD992
Tints of Sprout #BDD992
RGB
CMYK
RGB Variations
Color information
#BDD992 (or 0xBDD992) is known color: Sprout. HEX triplet: BD, D9 and 92. RGB value is (189,217,146). Sum of RGB (Red+Green+Blue) = 189+217+146=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD992 is #42266D. Grayscale: #C8C8C8. Windows color (decimal): -4335214 or 9623997. OLE color: 9623997.
HSL color Cylindrical-coordinate representation of color #BDD992: hue angle of 83.66º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDD992 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 146 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.15 |
| HSL | 83.66º | 0.48% | 0.71% | - |
| HSV(B) | 83.66º | 0.33% | 0.85% | - |
| XYZ | 50.99 | 62.52 | 36.57 | - |
| YUV | 200.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 146 | 0.13 | 0 | 0.33 | 0.15 | 83.66 | 0.48 | 0.71 |
| Hex | BD | D9 | 92 | D | 0 | 21 | F | 54 | 30 | 47 |
| Octal | 275 | 331 | 222 | 15 | 0 | 41 | 17 | 124 | 60 | 107 |
| Binary | 10111101 | 11011001 | 10010010 | 1101 | 0 | 100001 | 1111 | 1010100 | 110000 | 1000111 |
Color Harmonies of #BDD992
Complementary color
Monochromatic Colors of #BDD992
Black with #BDD992
Text Example
Text Example
White with #BDD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD992; }
p { color: rgb(189,217,146); }
H1.HeaderClassName
{
color: #BDD992;
}
.AnyTagClassName
{
color: #BDD992;
}
</style>
background-color css
<style>
a { background-color: #BDD992; }
a { background-color: rgb(189,217,146); }
div.DivClassName
{
background-color: #BDD992;
}
.BgClassName
{
background-color: #BDD992;
}
</style>
border-color css
<style>
span { border-color: #BDD992; }
span { border-color: rgb(189,217,146); }
td.TdClassName
{
border-color: #BDD992;
}
.TagClassName
{
border-color: #BDD992;
}
</style>