Shades of Sprout #BDD498
Tints of Sprout #BDD498
RGB
CMYK
RGB Variations
Color information
#BDD498 (or 0xBDD498) is known color: Sprout. HEX triplet: BD, D4 and 98. RGB value is (189,212,152). Sum of RGB (Red+Green+Blue) = 189+212+152=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD498 is #422B67. Grayscale: #C6C6C6. Windows color (decimal): -4336488 or 10015933. OLE color: 10015933.
HSL color Cylindrical-coordinate representation of color #BDD498: hue angle of 83º 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 #BDD498 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 152 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.17 |
| HSL | 83º | 0.41% | 0.71% | - |
| HSV(B) | 83º | 0.28% | 0.83% | - |
| XYZ | 50.2 | 60.17 | 38.67 | - |
| YUV | 198.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 152 | 0.11 | 0 | 0.28 | 0.17 | 83 | 0.41 | 0.71 |
| Hex | BD | D4 | 98 | B | 0 | 1C | 11 | 53 | 29 | 47 |
| Octal | 275 | 324 | 230 | 13 | 0 | 34 | 21 | 123 | 51 | 107 |
| Binary | 10111101 | 11010100 | 10011000 | 1011 | 0 | 11100 | 10001 | 1010011 | 101001 | 1000111 |
Color Harmonies of #BDD498
Complementary color
Monochromatic Colors of #BDD498
Black with #BDD498
Text Example
Text Example
White with #BDD498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD498; }
p { color: rgb(189,212,152); }
H1.HeaderClassName
{
color: #BDD498;
}
.AnyTagClassName
{
color: #BDD498;
}
</style>
background-color css
<style>
a { background-color: #BDD498; }
a { background-color: rgb(189,212,152); }
div.DivClassName
{
background-color: #BDD498;
}
.BgClassName
{
background-color: #BDD498;
}
</style>
border-color css
<style>
span { border-color: #BDD498; }
span { border-color: rgb(189,212,152); }
td.TdClassName
{
border-color: #BDD498;
}
.TagClassName
{
border-color: #BDD498;
}
</style>