Shades of Sprout #BDDD92
Tints of Sprout #BDDD92
RGB
CMYK
RGB Variations
Color information
#BDDD92 (or 0xBDDD92) is known color: Sprout. HEX triplet: BD, DD and 92. RGB value is (189,221,146). Sum of RGB (Red+Green+Blue) = 189+221+146=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD92 is #42226D. Grayscale: #CBCBCB. Windows color (decimal): -4334190 or 9625021. OLE color: 9625021.
HSL color Cylindrical-coordinate representation of color #BDDD92: hue angle of 85.6º degrees, saturation: 0.52, 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 #BDDD92 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 146 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.13 |
| HSL | 85.6º | 0.52% | 0.72% | - |
| HSV(B) | 85.6º | 0.34% | 0.87% | - |
| XYZ | 52.03 | 64.61 | 36.92 | - |
| YUV | 202.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 146 | 0.14 | 0 | 0.34 | 0.13 | 85.6 | 0.52 | 0.72 |
| Hex | BD | DD | 92 | E | 0 | 22 | D | 56 | 34 | 48 |
| Octal | 275 | 335 | 222 | 16 | 0 | 42 | 15 | 126 | 64 | 110 |
| Binary | 10111101 | 11011101 | 10010010 | 1110 | 0 | 100010 | 1101 | 1010110 | 110100 | 1001000 |
Color Harmonies of #BDDD92
Complementary color
Monochromatic Colors of #BDDD92
Black with #BDDD92
Text Example
Text Example
White with #BDDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD92; }
p { color: rgb(189,221,146); }
H1.HeaderClassName
{
color: #BDDD92;
}
.AnyTagClassName
{
color: #BDDD92;
}
</style>
background-color css
<style>
a { background-color: #BDDD92; }
a { background-color: rgb(189,221,146); }
div.DivClassName
{
background-color: #BDDD92;
}
.BgClassName
{
background-color: #BDDD92;
}
</style>
border-color css
<style>
span { border-color: #BDDD92; }
span { border-color: rgb(189,221,146); }
td.TdClassName
{
border-color: #BDDD92;
}
.TagClassName
{
border-color: #BDDD92;
}
</style>