Shades of Sprout #BDDB95
Tints of Sprout #BDDB95
RGB
CMYK
RGB Variations
Color information
#BDDB95 (or 0xBDDB95) is known color: Sprout. HEX triplet: BD, DB and 95. RGB value is (189,219,149). Sum of RGB (Red+Green+Blue) = 189+219+149=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB95 is #42246A. Grayscale: #CACACA. Windows color (decimal): -4334699 or 9821117. OLE color: 9821117.
HSL color Cylindrical-coordinate representation of color #BDDB95: hue angle of 85.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDDB95 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 149 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.14 |
| HSL | 85.71º | 0.49% | 0.72% | - |
| HSV(B) | 85.71º | 0.32% | 0.86% | - |
| XYZ | 51.74 | 63.65 | 37.99 | - |
| YUV | 202.05 | 98.06 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 149 | 0.14 | 0 | 0.32 | 0.14 | 85.71 | 0.49 | 0.72 |
| Hex | BD | DB | 95 | E | 0 | 20 | E | 56 | 31 | 48 |
| Octal | 275 | 333 | 225 | 16 | 0 | 40 | 16 | 126 | 61 | 110 |
| Binary | 10111101 | 11011011 | 10010101 | 1110 | 0 | 100000 | 1110 | 1010110 | 110001 | 1001000 |
Color Harmonies of #BDDB95
Complementary color
Monochromatic Colors of #BDDB95
Black with #BDDB95
Text Example
Text Example
White with #BDDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB95; }
p { color: rgb(189,219,149); }
H1.HeaderClassName
{
color: #BDDB95;
}
.AnyTagClassName
{
color: #BDDB95;
}
</style>
background-color css
<style>
a { background-color: #BDDB95; }
a { background-color: rgb(189,219,149); }
div.DivClassName
{
background-color: #BDDB95;
}
.BgClassName
{
background-color: #BDDB95;
}
</style>
border-color css
<style>
span { border-color: #BDDB95; }
span { border-color: rgb(189,219,149); }
td.TdClassName
{
border-color: #BDDB95;
}
.TagClassName
{
border-color: #BDDB95;
}
</style>