Shades of Sprout #BDD49A
Tints of Sprout #BDD49A
RGB
CMYK
RGB Variations
Color information
#BDD49A (or 0xBDD49A) is known color: Sprout. HEX triplet: BD, D4 and 9A. RGB value is (189,212,154). Sum of RGB (Red+Green+Blue) = 189+212+154=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD49A is #422B65. Grayscale: #C6C6C6. Windows color (decimal): -4336486 or 10147005. OLE color: 10147005.
HSL color Cylindrical-coordinate representation of color #BDD49A: hue angle of 83.79º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDD49A is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 154 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.17 |
| HSL | 83.79º | 0.4% | 0.72% | - |
| HSV(B) | 83.79º | 0.27% | 0.83% | - |
| XYZ | 50.36 | 60.24 | 39.54 | - |
| YUV | 198.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 154 | 0.11 | 0 | 0.27 | 0.17 | 83.79 | 0.4 | 0.72 |
| Hex | BD | D4 | 9A | B | 0 | 1B | 11 | 54 | 28 | 48 |
| Octal | 275 | 324 | 232 | 13 | 0 | 33 | 21 | 124 | 50 | 110 |
| Binary | 10111101 | 11010100 | 10011010 | 1011 | 0 | 11011 | 10001 | 1010100 | 101000 | 1001000 |
Color Harmonies of #BDD49A
Complementary color
Monochromatic Colors of #BDD49A
Black with #BDD49A
Text Example
Text Example
White with #BDD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD49A; }
p { color: rgb(189,212,154); }
H1.HeaderClassName
{
color: #BDD49A;
}
.AnyTagClassName
{
color: #BDD49A;
}
</style>
background-color css
<style>
a { background-color: #BDD49A; }
a { background-color: rgb(189,212,154); }
div.DivClassName
{
background-color: #BDD49A;
}
.BgClassName
{
background-color: #BDD49A;
}
</style>
border-color css
<style>
span { border-color: #BDD49A; }
span { border-color: rgb(189,212,154); }
td.TdClassName
{
border-color: #BDD49A;
}
.TagClassName
{
border-color: #BDD49A;
}
</style>