Shades of Sprout #BDD495
Tints of Sprout #BDD495
RGB
CMYK
RGB Variations
Color information
#BDD495 (or 0xBDD495) is known color: Sprout. HEX triplet: BD, D4 and 95. RGB value is (189,212,149). Sum of RGB (Red+Green+Blue) = 189+212+149=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD495 is #422B6A. Grayscale: #C6C6C6. Windows color (decimal): -4336491 or 9819325. OLE color: 9819325.
HSL color Cylindrical-coordinate representation of color #BDD495: hue angle of 81.9º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD495 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 149 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.17 |
| HSL | 81.9º | 0.42% | 0.71% | - |
| HSV(B) | 81.9º | 0.3% | 0.83% | - |
| XYZ | 49.95 | 60.08 | 37.4 | - |
| YUV | 197.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 149 | 0.11 | 0 | 0.30 | 0.17 | 81.9 | 0.42 | 0.71 |
| Hex | BD | D4 | 95 | B | 0 | 1E | 11 | 52 | 2A | 47 |
| Octal | 275 | 324 | 225 | 13 | 0 | 36 | 21 | 122 | 52 | 107 |
| Binary | 10111101 | 11010100 | 10010101 | 1011 | 0 | 11110 | 10001 | 1010010 | 101010 | 1000111 |
Color Harmonies of #BDD495
Complementary color
Monochromatic Colors of #BDD495
Black with #BDD495
Text Example
Text Example
White with #BDD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD495; }
p { color: rgb(189,212,149); }
H1.HeaderClassName
{
color: #BDD495;
}
.AnyTagClassName
{
color: #BDD495;
}
</style>
background-color css
<style>
a { background-color: #BDD495; }
a { background-color: rgb(189,212,149); }
div.DivClassName
{
background-color: #BDD495;
}
.BgClassName
{
background-color: #BDD495;
}
</style>
border-color css
<style>
span { border-color: #BDD495; }
span { border-color: rgb(189,212,149); }
td.TdClassName
{
border-color: #BDD495;
}
.TagClassName
{
border-color: #BDD495;
}
</style>