Shades of Sprout #BDE095
Tints of Sprout #BDE095
RGB
CMYK
RGB Variations
Color information
#BDE095 (or 0xBDE095) is known color: Sprout. HEX triplet: BD, E0 and 95. RGB value is (189,224,149). Sum of RGB (Red+Green+Blue) = 189+224+149=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE095 is #421F6A. Grayscale: #CDCDCD. Windows color (decimal): -4333419 or 9822397. OLE color: 9822397.
HSL color Cylindrical-coordinate representation of color #BDE095: hue angle of 88º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE095 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 149 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.12 |
| HSL | 88º | 0.55% | 0.73% | - |
| HSV(B) | 88º | 0.33% | 0.88% | - |
| XYZ | 53.07 | 66.3 | 38.43 | - |
| YUV | 204.99 | 96.4 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 149 | 0.16 | 0 | 0.33 | 0.12 | 88 | 0.55 | 0.73 |
| Hex | BD | E0 | 95 | 10 | 0 | 21 | C | 58 | 37 | 49 |
| Octal | 275 | 340 | 225 | 20 | 0 | 41 | 14 | 130 | 67 | 111 |
| Binary | 10111101 | 11100000 | 10010101 | 10000 | 0 | 100001 | 1100 | 1011000 | 110111 | 1001001 |
Color Harmonies of #BDE095
Complementary color
Monochromatic Colors of #BDE095
Black with #BDE095
Text Example
Text Example
White with #BDE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE095; }
p { color: rgb(189,224,149); }
H1.HeaderClassName
{
color: #BDE095;
}
.AnyTagClassName
{
color: #BDE095;
}
</style>
background-color css
<style>
a { background-color: #BDE095; }
a { background-color: rgb(189,224,149); }
div.DivClassName
{
background-color: #BDE095;
}
.BgClassName
{
background-color: #BDE095;
}
</style>
border-color css
<style>
span { border-color: #BDE095; }
span { border-color: rgb(189,224,149); }
td.TdClassName
{
border-color: #BDE095;
}
.TagClassName
{
border-color: #BDE095;
}
</style>