Shades of Sprout #BDD691
Tints of Sprout #BDD691
RGB
CMYK
RGB Variations
Color information
#BDD691 (or 0xBDD691) is known color: Sprout. HEX triplet: BD, D6 and 91. RGB value is (189,214,145). Sum of RGB (Red+Green+Blue) = 189+214+145=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD691 is #42296E. Grayscale: #C6C6C6. Windows color (decimal): -4335983 or 9557693. OLE color: 9557693.
HSL color Cylindrical-coordinate representation of color #BDD691: hue angle of 81.74º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD691 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 145 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.16 |
| HSL | 81.74º | 0.46% | 0.7% | - |
| HSV(B) | 81.74º | 0.32% | 0.84% | - |
| XYZ | 50.14 | 60.96 | 35.91 | - |
| YUV | 198.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 145 | 0.12 | 0 | 0.32 | 0.16 | 81.74 | 0.46 | 0.7 |
| Hex | BD | D6 | 91 | C | 0 | 20 | 10 | 52 | 2E | 46 |
| Octal | 275 | 326 | 221 | 14 | 0 | 40 | 20 | 122 | 56 | 106 |
| Binary | 10111101 | 11010110 | 10010001 | 1100 | 0 | 100000 | 10000 | 1010010 | 101110 | 1000110 |
Color Harmonies of #BDD691
Complementary color
Monochromatic Colors of #BDD691
Black with #BDD691
Text Example
Text Example
White with #BDD691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD691; }
p { color: rgb(189,214,145); }
H1.HeaderClassName
{
color: #BDD691;
}
.AnyTagClassName
{
color: #BDD691;
}
</style>
background-color css
<style>
a { background-color: #BDD691; }
a { background-color: rgb(189,214,145); }
div.DivClassName
{
background-color: #BDD691;
}
.BgClassName
{
background-color: #BDD691;
}
</style>
border-color css
<style>
span { border-color: #BDD691; }
span { border-color: rgb(189,214,145); }
td.TdClassName
{
border-color: #BDD691;
}
.TagClassName
{
border-color: #BDD691;
}
</style>