Shades of Sprout #BDD793
Tints of Sprout #BDD793
RGB
CMYK
RGB Variations
Color information
#BDD793 (or 0xBDD793) is known color: Sprout. HEX triplet: BD, D7 and 93. RGB value is (189,215,147). Sum of RGB (Red+Green+Blue) = 189+215+147=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD793 is #42286C. Grayscale: #C7C7C7. Windows color (decimal): -4335725 or 9689021. OLE color: 9689021.
HSL color Cylindrical-coordinate representation of color #BDD793: hue angle of 82.94º 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 #BDD793 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 147 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.16 |
| HSL | 82.94º | 0.46% | 0.71% | - |
| HSV(B) | 82.94º | 0.32% | 0.84% | - |
| XYZ | 50.55 | 61.53 | 36.82 | - |
| YUV | 199.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 147 | 0.12 | 0 | 0.32 | 0.16 | 82.94 | 0.46 | 0.71 |
| Hex | BD | D7 | 93 | C | 0 | 20 | 10 | 53 | 2E | 47 |
| Octal | 275 | 327 | 223 | 14 | 0 | 40 | 20 | 123 | 56 | 107 |
| Binary | 10111101 | 11010111 | 10010011 | 1100 | 0 | 100000 | 10000 | 1010011 | 101110 | 1000111 |
Color Harmonies of #BDD793
Complementary color
Monochromatic Colors of #BDD793
Black with #BDD793
Text Example
Text Example
White with #BDD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD793; }
p { color: rgb(189,215,147); }
H1.HeaderClassName
{
color: #BDD793;
}
.AnyTagClassName
{
color: #BDD793;
}
</style>
background-color css
<style>
a { background-color: #BDD793; }
a { background-color: rgb(189,215,147); }
div.DivClassName
{
background-color: #BDD793;
}
.BgClassName
{
background-color: #BDD793;
}
</style>
border-color css
<style>
span { border-color: #BDD793; }
span { border-color: rgb(189,215,147); }
td.TdClassName
{
border-color: #BDD793;
}
.TagClassName
{
border-color: #BDD793;
}
</style>