Shades of Sprout #BDDE92
Tints of Sprout #BDDE92
RGB
CMYK
RGB Variations
Color information
#BDDE92 (or 0xBDDE92) is known color: Sprout. HEX triplet: BD, DE and 92. RGB value is (189,222,146). Sum of RGB (Red+Green+Blue) = 189+222+146=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE92 is #42216D. Grayscale: #CBCBCB. Windows color (decimal): -4333934 or 9625277. OLE color: 9625277.
HSL color Cylindrical-coordinate representation of color #BDDE92: hue angle of 86.05º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDDE92 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 146 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.13 |
| HSL | 86.05º | 0.54% | 0.72% | - |
| HSV(B) | 86.05º | 0.34% | 0.87% | - |
| XYZ | 52.3 | 65.14 | 37.01 | - |
| YUV | 203.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 146 | 0.15 | 0 | 0.34 | 0.13 | 86.05 | 0.54 | 0.72 |
| Hex | BD | DE | 92 | F | 0 | 22 | D | 56 | 36 | 48 |
| Octal | 275 | 336 | 222 | 17 | 0 | 42 | 15 | 126 | 66 | 110 |
| Binary | 10111101 | 11011110 | 10010010 | 1111 | 0 | 100010 | 1101 | 1010110 | 110110 | 1001000 |
Color Harmonies of #BDDE92
Complementary color
Monochromatic Colors of #BDDE92
Black with #BDDE92
Text Example
Text Example
White with #BDDE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE92; }
p { color: rgb(189,222,146); }
H1.HeaderClassName
{
color: #BDDE92;
}
.AnyTagClassName
{
color: #BDDE92;
}
</style>
background-color css
<style>
a { background-color: #BDDE92; }
a { background-color: rgb(189,222,146); }
div.DivClassName
{
background-color: #BDDE92;
}
.BgClassName
{
background-color: #BDDE92;
}
</style>
border-color css
<style>
span { border-color: #BDDE92; }
span { border-color: rgb(189,222,146); }
td.TdClassName
{
border-color: #BDDE92;
}
.TagClassName
{
border-color: #BDDE92;
}
</style>