Shades of Sprout #BDD792
Tints of Sprout #BDD792
RGB
CMYK
RGB Variations
Color information
#BDD792 (or 0xBDD792) is known color: Sprout. HEX triplet: BD, D7 and 92. RGB value is (189,215,146). Sum of RGB (Red+Green+Blue) = 189+215+146=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD792 is #42286D. Grayscale: #C7C7C7. Windows color (decimal): -4335726 or 9623485. OLE color: 9623485.
HSL color Cylindrical-coordinate representation of color #BDD792: hue angle of 82.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD792 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 146 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.16 |
| HSL | 82.61º | 0.46% | 0.71% | - |
| HSV(B) | 82.61º | 0.32% | 0.84% | - |
| XYZ | 50.48 | 61.5 | 36.4 | - |
| YUV | 199.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 146 | 0.12 | 0 | 0.32 | 0.16 | 82.61 | 0.46 | 0.71 |
| Hex | BD | D7 | 92 | C | 0 | 20 | 10 | 53 | 2E | 47 |
| Octal | 275 | 327 | 222 | 14 | 0 | 40 | 20 | 123 | 56 | 107 |
| Binary | 10111101 | 11010111 | 10010010 | 1100 | 0 | 100000 | 10000 | 1010011 | 101110 | 1000111 |
Color Harmonies of #BDD792
Complementary color
Monochromatic Colors of #BDD792
Black with #BDD792
Text Example
Text Example
White with #BDD792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD792; }
p { color: rgb(189,215,146); }
H1.HeaderClassName
{
color: #BDD792;
}
.AnyTagClassName
{
color: #BDD792;
}
</style>
background-color css
<style>
a { background-color: #BDD792; }
a { background-color: rgb(189,215,146); }
div.DivClassName
{
background-color: #BDD792;
}
.BgClassName
{
background-color: #BDD792;
}
</style>
border-color css
<style>
span { border-color: #BDD792; }
span { border-color: rgb(189,215,146); }
td.TdClassName
{
border-color: #BDD792;
}
.TagClassName
{
border-color: #BDD792;
}
</style>