Shades of Sprout #BDD598
Tints of Sprout #BDD598
RGB
CMYK
RGB Variations
Color information
#BDD598 (or 0xBDD598) is known color: Sprout. HEX triplet: BD, D5 and 98. RGB value is (189,213,152). Sum of RGB (Red+Green+Blue) = 189+213+152=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD598 is #422A67. Grayscale: #C7C7C7. Windows color (decimal): -4336232 or 10016189. OLE color: 10016189.
HSL color Cylindrical-coordinate representation of color #BDD598: hue angle of 83.61º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD598 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 152 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.16 |
| HSL | 83.61º | 0.42% | 0.72% | - |
| HSV(B) | 83.61º | 0.29% | 0.84% | - |
| XYZ | 50.45 | 60.67 | 38.76 | - |
| YUV | 198.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 152 | 0.11 | 0 | 0.29 | 0.16 | 83.61 | 0.42 | 0.72 |
| Hex | BD | D5 | 98 | B | 0 | 1D | 10 | 54 | 2A | 48 |
| Octal | 275 | 325 | 230 | 13 | 0 | 35 | 20 | 124 | 52 | 110 |
| Binary | 10111101 | 11010101 | 10011000 | 1011 | 0 | 11101 | 10000 | 1010100 | 101010 | 1001000 |
Color Harmonies of #BDD598
Complementary color
Monochromatic Colors of #BDD598
Black with #BDD598
Text Example
Text Example
White with #BDD598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD598; }
p { color: rgb(189,213,152); }
H1.HeaderClassName
{
color: #BDD598;
}
.AnyTagClassName
{
color: #BDD598;
}
</style>
background-color css
<style>
a { background-color: #BDD598; }
a { background-color: rgb(189,213,152); }
div.DivClassName
{
background-color: #BDD598;
}
.BgClassName
{
background-color: #BDD598;
}
</style>
border-color css
<style>
span { border-color: #BDD598; }
span { border-color: rgb(189,213,152); }
td.TdClassName
{
border-color: #BDD598;
}
.TagClassName
{
border-color: #BDD598;
}
</style>