Shades of Sprout #BBDB92
Tints of Sprout #BBDB92
RGB
CMYK
RGB Variations
Color information
#BBDB92 (or 0xBBDB92) is known color: Sprout. HEX triplet: BB, DB and 92. RGB value is (187,219,146). Sum of RGB (Red+Green+Blue) = 187+219+146=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB92 is #44246D. Grayscale: #C9C9C9. Windows color (decimal): -4465774 or 9624507. OLE color: 9624507.
HSL color Cylindrical-coordinate representation of color #BBDB92: hue angle of 86.3º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBDB92 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 146 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.14 |
| HSL | 86.3º | 0.5% | 0.72% | - |
| HSV(B) | 86.3º | 0.33% | 0.86% | - |
| XYZ | 51.01 | 63.3 | 36.72 | - |
| YUV | 201.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 146 | 0.15 | 0 | 0.33 | 0.14 | 86.3 | 0.5 | 0.72 |
| Hex | BB | DB | 92 | F | 0 | 21 | E | 56 | 32 | 48 |
| Octal | 273 | 333 | 222 | 17 | 0 | 41 | 16 | 126 | 62 | 110 |
| Binary | 10111011 | 11011011 | 10010010 | 1111 | 0 | 100001 | 1110 | 1010110 | 110010 | 1001000 |
Color Harmonies of #BBDB92
Complementary color
Monochromatic Colors of #BBDB92
Black with #BBDB92
Text Example
Text Example
White with #BBDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB92; }
p { color: rgb(187,219,146); }
H1.HeaderClassName
{
color: #BBDB92;
}
.AnyTagClassName
{
color: #BBDB92;
}
</style>
background-color css
<style>
a { background-color: #BBDB92; }
a { background-color: rgb(187,219,146); }
div.DivClassName
{
background-color: #BBDB92;
}
.BgClassName
{
background-color: #BBDB92;
}
</style>
border-color css
<style>
span { border-color: #BBDB92; }
span { border-color: rgb(187,219,146); }
td.TdClassName
{
border-color: #BBDB92;
}
.TagClassName
{
border-color: #BBDB92;
}
</style>