Shades of Sprout #BDD998
Tints of Sprout #BDD998
RGB
CMYK
RGB Variations
Color information
#BDD998 (or 0xBDD998) is known color: Sprout. HEX triplet: BD, D9 and 98. RGB value is (189,217,152). Sum of RGB (Red+Green+Blue) = 189+217+152=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD998 is #422667. Grayscale: #C9C9C9. Windows color (decimal): -4335208 or 10017213. OLE color: 10017213.
HSL color Cylindrical-coordinate representation of color #BDD998: hue angle of 85.85º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD998 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 152 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.15 |
| HSL | 85.85º | 0.46% | 0.72% | - |
| HSV(B) | 85.85º | 0.3% | 0.85% | - |
| XYZ | 51.47 | 62.71 | 39.1 | - |
| YUV | 201.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 152 | 0.13 | 0 | 0.30 | 0.15 | 85.85 | 0.46 | 0.72 |
| Hex | BD | D9 | 98 | D | 0 | 1E | F | 56 | 2E | 48 |
| Octal | 275 | 331 | 230 | 15 | 0 | 36 | 17 | 126 | 56 | 110 |
| Binary | 10111101 | 11011001 | 10011000 | 1101 | 0 | 11110 | 1111 | 1010110 | 101110 | 1001000 |
Color Harmonies of #BDD998
Complementary color
Monochromatic Colors of #BDD998
Black with #BDD998
Text Example
Text Example
White with #BDD998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD998; }
p { color: rgb(189,217,152); }
H1.HeaderClassName
{
color: #BDD998;
}
.AnyTagClassName
{
color: #BDD998;
}
</style>
background-color css
<style>
a { background-color: #BDD998; }
a { background-color: rgb(189,217,152); }
div.DivClassName
{
background-color: #BDD998;
}
.BgClassName
{
background-color: #BDD998;
}
</style>
border-color css
<style>
span { border-color: #BDD998; }
span { border-color: rgb(189,217,152); }
td.TdClassName
{
border-color: #BDD998;
}
.TagClassName
{
border-color: #BDD998;
}
</style>