Shades of Sprout #BDD392
Tints of Sprout #BDD392
RGB
CMYK
RGB Variations
Color information
#BDD392 (or 0xBDD392) is known color: Sprout. HEX triplet: BD, D3 and 92. RGB value is (189,211,146). Sum of RGB (Red+Green+Blue) = 189+211+146=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD392 is #422C6D. Grayscale: #C5C5C5. Windows color (decimal): -4336750 or 9622461. OLE color: 9622461.
HSL color Cylindrical-coordinate representation of color #BDD392: hue angle of 80.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDD392 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 146 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.17 |
| HSL | 80.31º | 0.42% | 0.7% | - |
| HSV(B) | 80.31º | 0.31% | 0.83% | - |
| XYZ | 49.47 | 59.48 | 36.07 | - |
| YUV | 197.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 146 | 0.10 | 0 | 0.31 | 0.17 | 80.31 | 0.42 | 0.7 |
| Hex | BD | D3 | 92 | A | 0 | 1F | 11 | 50 | 2A | 46 |
| Octal | 275 | 323 | 222 | 12 | 0 | 37 | 21 | 120 | 52 | 106 |
| Binary | 10111101 | 11010011 | 10010010 | 1010 | 0 | 11111 | 10001 | 1010000 | 101010 | 1000110 |
Color Harmonies of #BDD392
Complementary color
Monochromatic Colors of #BDD392
Black with #BDD392
Text Example
Text Example
White with #BDD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD392; }
p { color: rgb(189,211,146); }
H1.HeaderClassName
{
color: #BDD392;
}
.AnyTagClassName
{
color: #BDD392;
}
</style>
background-color css
<style>
a { background-color: #BDD392; }
a { background-color: rgb(189,211,146); }
div.DivClassName
{
background-color: #BDD392;
}
.BgClassName
{
background-color: #BDD392;
}
</style>
border-color css
<style>
span { border-color: #BDD392; }
span { border-color: rgb(189,211,146); }
td.TdClassName
{
border-color: #BDD392;
}
.TagClassName
{
border-color: #BDD392;
}
</style>