Shades of Sprout #BDD794
Tints of Sprout #BDD794
RGB
CMYK
RGB Variations
Color information
#BDD794 (or 0xBDD794) is known color: Sprout. HEX triplet: BD, D7 and 94. RGB value is (189,215,148). Sum of RGB (Red+Green+Blue) = 189+215+148=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD794 is #42286B. Grayscale: #C7C7C7. Windows color (decimal): -4335724 or 9754557. OLE color: 9754557.
HSL color Cylindrical-coordinate representation of color #BDD794: hue angle of 83.28º degrees, saturation: 0.46, 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 #BDD794 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 148 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.16 |
| HSL | 83.28º | 0.46% | 0.71% | - |
| HSV(B) | 83.28º | 0.31% | 0.84% | - |
| XYZ | 50.63 | 61.56 | 37.23 | - |
| YUV | 199.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 148 | 0.12 | 0 | 0.31 | 0.16 | 83.28 | 0.46 | 0.71 |
| Hex | BD | D7 | 94 | C | 0 | 1F | 10 | 53 | 2E | 47 |
| Octal | 275 | 327 | 224 | 14 | 0 | 37 | 20 | 123 | 56 | 107 |
| Binary | 10111101 | 11010111 | 10010100 | 1100 | 0 | 11111 | 10000 | 1010011 | 101110 | 1000111 |
Color Harmonies of #BDD794
Complementary color
Monochromatic Colors of #BDD794
Black with #BDD794
Text Example
Text Example
White with #BDD794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD794; }
p { color: rgb(189,215,148); }
H1.HeaderClassName
{
color: #BDD794;
}
.AnyTagClassName
{
color: #BDD794;
}
</style>
background-color css
<style>
a { background-color: #BDD794; }
a { background-color: rgb(189,215,148); }
div.DivClassName
{
background-color: #BDD794;
}
.BgClassName
{
background-color: #BDD794;
}
</style>
border-color css
<style>
span { border-color: #BDD794; }
span { border-color: rgb(189,215,148); }
td.TdClassName
{
border-color: #BDD794;
}
.TagClassName
{
border-color: #BDD794;
}
</style>