Shades of Sprout #BDD692
Tints of Sprout #BDD692
RGB
CMYK
RGB Variations
Color information
#BDD692 (or 0xBDD692) is known color: Sprout. HEX triplet: BD, D6 and 92. RGB value is (189,214,146). Sum of RGB (Red+Green+Blue) = 189+214+146=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD692 is #42296D. Grayscale: #C7C7C7. Windows color (decimal): -4335982 or 9623229. OLE color: 9623229.
HSL color Cylindrical-coordinate representation of color #BDD692: hue angle of 82.06º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDD692 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 146 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.16 |
| HSL | 82.06º | 0.45% | 0.71% | - |
| HSV(B) | 82.06º | 0.32% | 0.84% | - |
| XYZ | 50.22 | 60.99 | 36.32 | - |
| YUV | 198.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 146 | 0.12 | 0 | 0.32 | 0.16 | 82.06 | 0.45 | 0.71 |
| Hex | BD | D6 | 92 | C | 0 | 20 | 10 | 52 | 2D | 47 |
| Octal | 275 | 326 | 222 | 14 | 0 | 40 | 20 | 122 | 55 | 107 |
| Binary | 10111101 | 11010110 | 10010010 | 1100 | 0 | 100000 | 10000 | 1010010 | 101101 | 1000111 |
Color Harmonies of #BDD692
Complementary color
Monochromatic Colors of #BDD692
Black with #BDD692
Text Example
Text Example
White with #BDD692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD692; }
p { color: rgb(189,214,146); }
H1.HeaderClassName
{
color: #BDD692;
}
.AnyTagClassName
{
color: #BDD692;
}
</style>
background-color css
<style>
a { background-color: #BDD692; }
a { background-color: rgb(189,214,146); }
div.DivClassName
{
background-color: #BDD692;
}
.BgClassName
{
background-color: #BDD692;
}
</style>
border-color css
<style>
span { border-color: #BDD692; }
span { border-color: rgb(189,214,146); }
td.TdClassName
{
border-color: #BDD692;
}
.TagClassName
{
border-color: #BDD692;
}
</style>