Shades of Sprout #BBDC90
Tints of Sprout #BBDC90
RGB
CMYK
RGB Variations
Color information
#BBDC90 (or 0xBBDC90) is known color: Sprout. HEX triplet: BB, DC and 90. RGB value is (187,220,144). Sum of RGB (Red+Green+Blue) = 187+220+144=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC90 is #44236F. Grayscale: #C9C9C9. Windows color (decimal): -4465520 or 9493691. OLE color: 9493691.
HSL color Cylindrical-coordinate representation of color #BBDC90: hue angle of 86.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBDC90 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 144 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.14 |
| HSL | 86.05º | 0.52% | 0.71% | - |
| HSV(B) | 86.05º | 0.35% | 0.86% | - |
| XYZ | 51.12 | 63.76 | 36 | - |
| YUV | 201.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 144 | 0.15 | 0 | 0.35 | 0.14 | 86.05 | 0.52 | 0.71 |
| Hex | BB | DC | 90 | F | 0 | 23 | E | 56 | 34 | 47 |
| Octal | 273 | 334 | 220 | 17 | 0 | 43 | 16 | 126 | 64 | 107 |
| Binary | 10111011 | 11011100 | 10010000 | 1111 | 0 | 100011 | 1110 | 1010110 | 110100 | 1000111 |
Color Harmonies of #BBDC90
Complementary color
Monochromatic Colors of #BBDC90
Black with #BBDC90
Text Example
Text Example
White with #BBDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC90; }
p { color: rgb(187,220,144); }
H1.HeaderClassName
{
color: #BBDC90;
}
.AnyTagClassName
{
color: #BBDC90;
}
</style>
background-color css
<style>
a { background-color: #BBDC90; }
a { background-color: rgb(187,220,144); }
div.DivClassName
{
background-color: #BBDC90;
}
.BgClassName
{
background-color: #BBDC90;
}
</style>
border-color css
<style>
span { border-color: #BBDC90; }
span { border-color: rgb(187,220,144); }
td.TdClassName
{
border-color: #BBDC90;
}
.TagClassName
{
border-color: #BBDC90;
}
</style>