Shades of Sprout #BBDA90
Tints of Sprout #BBDA90
RGB
CMYK
RGB Variations
Color information
#BBDA90 (or 0xBBDA90) is known color: Sprout. HEX triplet: BB, DA and 90. RGB value is (187,218,144). Sum of RGB (Red+Green+Blue) = 187+218+144=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA90 is #44256F. Grayscale: #C8C8C8. Windows color (decimal): -4466032 or 9493179. OLE color: 9493179.
HSL color Cylindrical-coordinate representation of color #BBDA90: hue angle of 85.14º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBDA90 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 144 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.15 |
| HSL | 85.14º | 0.5% | 0.71% | - |
| HSV(B) | 85.14º | 0.34% | 0.85% | - |
| XYZ | 50.6 | 62.72 | 35.83 | - |
| YUV | 200.3 | 96.23 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 144 | 0.14 | 0 | 0.34 | 0.15 | 85.14 | 0.5 | 0.71 |
| Hex | BB | DA | 90 | E | 0 | 22 | F | 55 | 32 | 47 |
| Octal | 273 | 332 | 220 | 16 | 0 | 42 | 17 | 125 | 62 | 107 |
| Binary | 10111011 | 11011010 | 10010000 | 1110 | 0 | 100010 | 1111 | 1010101 | 110010 | 1000111 |
Color Harmonies of #BBDA90
Complementary color
Monochromatic Colors of #BBDA90
Black with #BBDA90
Text Example
Text Example
White with #BBDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA90; }
p { color: rgb(187,218,144); }
H1.HeaderClassName
{
color: #BBDA90;
}
.AnyTagClassName
{
color: #BBDA90;
}
</style>
background-color css
<style>
a { background-color: #BBDA90; }
a { background-color: rgb(187,218,144); }
div.DivClassName
{
background-color: #BBDA90;
}
.BgClassName
{
background-color: #BBDA90;
}
</style>
border-color css
<style>
span { border-color: #BBDA90; }
span { border-color: rgb(187,218,144); }
td.TdClassName
{
border-color: #BBDA90;
}
.TagClassName
{
border-color: #BBDA90;
}
</style>