Shades of Sprout #BDD192
Tints of Sprout #BDD192
RGB
CMYK
RGB Variations
Color information
#BDD192 (or 0xBDD192) is known color: Sprout. HEX triplet: BD, D1 and 92. RGB value is (189,209,146). Sum of RGB (Red+Green+Blue) = 189+209+146=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD192 is #422E6D. Grayscale: #C4C4C4. Windows color (decimal): -4337262 or 9621949. OLE color: 9621949.
HSL color Cylindrical-coordinate representation of color #BDD192: hue angle of 79.05º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDD192 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 146 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.18 |
| HSL | 79.05º | 0.41% | 0.7% | - |
| HSV(B) | 79.05º | 0.3% | 0.82% | - |
| XYZ | 48.98 | 58.5 | 35.9 | - |
| YUV | 195.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 146 | 0.10 | 0 | 0.30 | 0.18 | 79.05 | 0.41 | 0.7 |
| Hex | BD | D1 | 92 | A | 0 | 1E | 12 | 4F | 29 | 46 |
| Octal | 275 | 321 | 222 | 12 | 0 | 36 | 22 | 117 | 51 | 106 |
| Binary | 10111101 | 11010001 | 10010010 | 1010 | 0 | 11110 | 10010 | 1001111 | 101001 | 1000110 |
Color Harmonies of #BDD192
Complementary color
Monochromatic Colors of #BDD192
Black with #BDD192
Text Example
Text Example
White with #BDD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD192; }
p { color: rgb(189,209,146); }
H1.HeaderClassName
{
color: #BDD192;
}
.AnyTagClassName
{
color: #BDD192;
}
</style>
background-color css
<style>
a { background-color: #BDD192; }
a { background-color: rgb(189,209,146); }
div.DivClassName
{
background-color: #BDD192;
}
.BgClassName
{
background-color: #BDD192;
}
</style>
border-color css
<style>
span { border-color: #BDD192; }
span { border-color: rgb(189,209,146); }
td.TdClassName
{
border-color: #BDD192;
}
.TagClassName
{
border-color: #BDD192;
}
</style>