Shades of Sprout #BDD59A
Tints of Sprout #BDD59A
RGB
CMYK
RGB Variations
Color information
#BDD59A (or 0xBDD59A) is known color: Sprout. HEX triplet: BD, D5 and 9A. RGB value is (189,213,154). Sum of RGB (Red+Green+Blue) = 189+213+154=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD59A is #422A65. Grayscale: #C7C7C7. Windows color (decimal): -4336230 or 10147261. OLE color: 10147261.
HSL color Cylindrical-coordinate representation of color #BDD59A: hue angle of 84.41º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD59A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 154 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.16 |
| HSL | 84.41º | 0.41% | 0.72% | - |
| HSV(B) | 84.41º | 0.28% | 0.84% | - |
| XYZ | 50.61 | 60.74 | 39.63 | - |
| YUV | 199.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 154 | 0.11 | 0 | 0.28 | 0.16 | 84.41 | 0.41 | 0.72 |
| Hex | BD | D5 | 9A | B | 0 | 1C | 10 | 54 | 29 | 48 |
| Octal | 275 | 325 | 232 | 13 | 0 | 34 | 20 | 124 | 51 | 110 |
| Binary | 10111101 | 11010101 | 10011010 | 1011 | 0 | 11100 | 10000 | 1010100 | 101001 | 1001000 |
Color Harmonies of #BDD59A
Complementary color
Monochromatic Colors of #BDD59A
Black with #BDD59A
Text Example
Text Example
White with #BDD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD59A; }
p { color: rgb(189,213,154); }
H1.HeaderClassName
{
color: #BDD59A;
}
.AnyTagClassName
{
color: #BDD59A;
}
</style>
background-color css
<style>
a { background-color: #BDD59A; }
a { background-color: rgb(189,213,154); }
div.DivClassName
{
background-color: #BDD59A;
}
.BgClassName
{
background-color: #BDD59A;
}
</style>
border-color css
<style>
span { border-color: #BDD59A; }
span { border-color: rgb(189,213,154); }
td.TdClassName
{
border-color: #BDD59A;
}
.TagClassName
{
border-color: #BDD59A;
}
</style>