Shades of Sprout #BDD295
Tints of Sprout #BDD295
RGB
CMYK
RGB Variations
Color information
#BDD295 (or 0xBDD295) is known color: Sprout. HEX triplet: BD, D2 and 95. RGB value is (189,210,149). Sum of RGB (Red+Green+Blue) = 189+210+149=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD295 is #422D6A. Grayscale: #C4C4C4. Windows color (decimal): -4337003 or 9818813. OLE color: 9818813.
HSL color Cylindrical-coordinate representation of color #BDD295: hue angle of 80.66º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDD295 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 149 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.18 |
| HSL | 80.66º | 0.4% | 0.7% | - |
| HSV(B) | 80.66º | 0.29% | 0.82% | - |
| XYZ | 49.46 | 59.08 | 37.23 | - |
| YUV | 196.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 149 | 0.10 | 0 | 0.29 | 0.18 | 80.66 | 0.4 | 0.7 |
| Hex | BD | D2 | 95 | A | 0 | 1D | 12 | 51 | 28 | 46 |
| Octal | 275 | 322 | 225 | 12 | 0 | 35 | 22 | 121 | 50 | 106 |
| Binary | 10111101 | 11010010 | 10010101 | 1010 | 0 | 11101 | 10010 | 1010001 | 101000 | 1000110 |
Color Harmonies of #BDD295
Complementary color
Monochromatic Colors of #BDD295
Black with #BDD295
Text Example
Text Example
White with #BDD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD295; }
p { color: rgb(189,210,149); }
H1.HeaderClassName
{
color: #BDD295;
}
.AnyTagClassName
{
color: #BDD295;
}
</style>
background-color css
<style>
a { background-color: #BDD295; }
a { background-color: rgb(189,210,149); }
div.DivClassName
{
background-color: #BDD295;
}
.BgClassName
{
background-color: #BDD295;
}
</style>
border-color css
<style>
span { border-color: #BDD295; }
span { border-color: rgb(189,210,149); }
td.TdClassName
{
border-color: #BDD295;
}
.TagClassName
{
border-color: #BDD295;
}
</style>