Shades of Sprout #BDD397
Tints of Sprout #BDD397
RGB
CMYK
RGB Variations
Color information
#BDD397 (or 0xBDD397) is known color: Sprout. HEX triplet: BD, D3 and 97. RGB value is (189,211,151). Sum of RGB (Red+Green+Blue) = 189+211+151=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD397 is #422C68. Grayscale: #C5C5C5. Windows color (decimal): -4336745 or 9950141. OLE color: 9950141.
HSL color Cylindrical-coordinate representation of color #BDD397: hue angle of 82º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD397 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 151 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.17 |
| HSL | 82º | 0.41% | 0.71% | - |
| HSV(B) | 82º | 0.28% | 0.83% | - |
| XYZ | 49.87 | 59.64 | 38.16 | - |
| YUV | 197.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 151 | 0.10 | 0 | 0.28 | 0.17 | 82 | 0.41 | 0.71 |
| Hex | BD | D3 | 97 | A | 0 | 1C | 11 | 52 | 29 | 47 |
| Octal | 275 | 323 | 227 | 12 | 0 | 34 | 21 | 122 | 51 | 107 |
| Binary | 10111101 | 11010011 | 10010111 | 1010 | 0 | 11100 | 10001 | 1010010 | 101001 | 1000111 |
Color Harmonies of #BDD397
Complementary color
Monochromatic Colors of #BDD397
Black with #BDD397
Text Example
Text Example
White with #BDD397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD397; }
p { color: rgb(189,211,151); }
H1.HeaderClassName
{
color: #BDD397;
}
.AnyTagClassName
{
color: #BDD397;
}
</style>
background-color css
<style>
a { background-color: #BDD397; }
a { background-color: rgb(189,211,151); }
div.DivClassName
{
background-color: #BDD397;
}
.BgClassName
{
background-color: #BDD397;
}
</style>
border-color css
<style>
span { border-color: #BDD397; }
span { border-color: rgb(189,211,151); }
td.TdClassName
{
border-color: #BDD397;
}
.TagClassName
{
border-color: #BDD397;
}
</style>