Shades of Sprout #BDD29B
Tints of Sprout #BDD29B
RGB
CMYK
RGB Variations
Color information
#BDD29B (or 0xBDD29B) is known color: Sprout. HEX triplet: BD, D2 and 9B. RGB value is (189,210,155). Sum of RGB (Red+Green+Blue) = 189+210+155=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD29B is #422D64. Grayscale: #C5C5C5. Windows color (decimal): -4336997 or 10212029. OLE color: 10212029.
HSL color Cylindrical-coordinate representation of color #BDD29B: hue angle of 82.91º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD29B is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 155 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.18 |
| HSL | 82.91º | 0.38% | 0.72% | - |
| HSV(B) | 82.91º | 0.26% | 0.82% | - |
| XYZ | 49.95 | 59.28 | 39.82 | - |
| YUV | 197.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 155 | 0.10 | 0 | 0.26 | 0.18 | 82.91 | 0.38 | 0.72 |
| Hex | BD | D2 | 9B | A | 0 | 1A | 12 | 53 | 26 | 48 |
| Octal | 275 | 322 | 233 | 12 | 0 | 32 | 22 | 123 | 46 | 110 |
| Binary | 10111101 | 11010010 | 10011011 | 1010 | 0 | 11010 | 10010 | 1010011 | 100110 | 1001000 |
Color Harmonies of #BDD29B
Complementary color
Monochromatic Colors of #BDD29B
Black with #BDD29B
Text Example
Text Example
White with #BDD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD29B; }
p { color: rgb(189,210,155); }
H1.HeaderClassName
{
color: #BDD29B;
}
.AnyTagClassName
{
color: #BDD29B;
}
</style>
background-color css
<style>
a { background-color: #BDD29B; }
a { background-color: rgb(189,210,155); }
div.DivClassName
{
background-color: #BDD29B;
}
.BgClassName
{
background-color: #BDD29B;
}
</style>
border-color css
<style>
span { border-color: #BDD29B; }
span { border-color: rgb(189,210,155); }
td.TdClassName
{
border-color: #BDD29B;
}
.TagClassName
{
border-color: #BDD29B;
}
</style>