Shades of Sprout #BDE195
Tints of Sprout #BDE195
RGB
CMYK
RGB Variations
Color information
#BDE195 (or 0xBDE195) is known color: Sprout. HEX triplet: BD, E1 and 95. RGB value is (189,225,149). Sum of RGB (Red+Green+Blue) = 189+225+149=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE195 is #421E6A. Grayscale: #CDCDCD. Windows color (decimal): -4333163 or 9822653. OLE color: 9822653.
HSL color Cylindrical-coordinate representation of color #BDE195: hue angle of 88.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDE195 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 149 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.12 |
| HSL | 88.42º | 0.56% | 0.73% | - |
| HSV(B) | 88.42º | 0.34% | 0.88% | - |
| XYZ | 53.34 | 66.84 | 38.52 | - |
| YUV | 205.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 149 | 0.16 | 0 | 0.34 | 0.12 | 88.42 | 0.56 | 0.73 |
| Hex | BD | E1 | 95 | 10 | 0 | 22 | C | 58 | 38 | 49 |
| Octal | 275 | 341 | 225 | 20 | 0 | 42 | 14 | 130 | 70 | 111 |
| Binary | 10111101 | 11100001 | 10010101 | 10000 | 0 | 100010 | 1100 | 1011000 | 111000 | 1001001 |
Color Harmonies of #BDE195
Complementary color
Monochromatic Colors of #BDE195
Black with #BDE195
Text Example
Text Example
White with #BDE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE195; }
p { color: rgb(189,225,149); }
H1.HeaderClassName
{
color: #BDE195;
}
.AnyTagClassName
{
color: #BDE195;
}
</style>
background-color css
<style>
a { background-color: #BDE195; }
a { background-color: rgb(189,225,149); }
div.DivClassName
{
background-color: #BDE195;
}
.BgClassName
{
background-color: #BDE195;
}
</style>
border-color css
<style>
span { border-color: #BDE195; }
span { border-color: rgb(189,225,149); }
td.TdClassName
{
border-color: #BDE195;
}
.TagClassName
{
border-color: #BDE195;
}
</style>