Shades of Sprout #BDD795
Tints of Sprout #BDD795
RGB
CMYK
RGB Variations
Color information
#BDD795 (or 0xBDD795) is known color: Sprout. HEX triplet: BD, D7 and 95. RGB value is (189,215,149). Sum of RGB (Red+Green+Blue) = 189+215+149=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD795 is #42286A. Grayscale: #C7C7C7. Windows color (decimal): -4335723 or 9820093. OLE color: 9820093.
HSL color Cylindrical-coordinate representation of color #BDD795: hue angle of 83.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD795 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 149 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.16 |
| HSL | 83.64º | 0.45% | 0.71% | - |
| HSV(B) | 83.64º | 0.31% | 0.84% | - |
| XYZ | 50.71 | 61.59 | 37.65 | - |
| YUV | 199.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 149 | 0.12 | 0 | 0.31 | 0.16 | 83.64 | 0.45 | 0.71 |
| Hex | BD | D7 | 95 | C | 0 | 1F | 10 | 54 | 2D | 47 |
| Octal | 275 | 327 | 225 | 14 | 0 | 37 | 20 | 124 | 55 | 107 |
| Binary | 10111101 | 11010111 | 10010101 | 1100 | 0 | 11111 | 10000 | 1010100 | 101101 | 1000111 |
Color Harmonies of #BDD795
Complementary color
Monochromatic Colors of #BDD795
Black with #BDD795
Text Example
Text Example
White with #BDD795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD795; }
p { color: rgb(189,215,149); }
H1.HeaderClassName
{
color: #BDD795;
}
.AnyTagClassName
{
color: #BDD795;
}
</style>
background-color css
<style>
a { background-color: #BDD795; }
a { background-color: rgb(189,215,149); }
div.DivClassName
{
background-color: #BDD795;
}
.BgClassName
{
background-color: #BDD795;
}
</style>
border-color css
<style>
span { border-color: #BDD795; }
span { border-color: rgb(189,215,149); }
td.TdClassName
{
border-color: #BDD795;
}
.TagClassName
{
border-color: #BDD795;
}
</style>