Shades of Sprout #BBDD92
Tints of Sprout #BBDD92
RGB
CMYK
RGB Variations
Color information
#BBDD92 (or 0xBBDD92) is known color: Sprout. HEX triplet: BB, DD and 92. RGB value is (187,221,146). Sum of RGB (Red+Green+Blue) = 187+221+146=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD92 is #44226D. Grayscale: #CACACA. Windows color (decimal): -4465262 or 9625019. OLE color: 9625019.
HSL color Cylindrical-coordinate representation of color #BBDD92: hue angle of 87.2º 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 #BBDD92 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 146 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.13 |
| HSL | 87.2º | 0.52% | 0.72% | - |
| HSV(B) | 87.2º | 0.34% | 0.87% | - |
| XYZ | 51.54 | 64.35 | 36.9 | - |
| YUV | 202.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 146 | 0.15 | 0 | 0.34 | 0.13 | 87.2 | 0.52 | 0.72 |
| Hex | BB | DD | 92 | F | 0 | 22 | D | 57 | 34 | 48 |
| Octal | 273 | 335 | 222 | 17 | 0 | 42 | 15 | 127 | 64 | 110 |
| Binary | 10111011 | 11011101 | 10010010 | 1111 | 0 | 100010 | 1101 | 1010111 | 110100 | 1001000 |
Color Harmonies of #BBDD92
Complementary color
Monochromatic Colors of #BBDD92
Black with #BBDD92
Text Example
Text Example
White with #BBDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD92; }
p { color: rgb(187,221,146); }
H1.HeaderClassName
{
color: #BBDD92;
}
.AnyTagClassName
{
color: #BBDD92;
}
</style>
background-color css
<style>
a { background-color: #BBDD92; }
a { background-color: rgb(187,221,146); }
div.DivClassName
{
background-color: #BBDD92;
}
.BgClassName
{
background-color: #BBDD92;
}
</style>
border-color css
<style>
span { border-color: #BBDD92; }
span { border-color: rgb(187,221,146); }
td.TdClassName
{
border-color: #BBDD92;
}
.TagClassName
{
border-color: #BBDD92;
}
</style>