Shades of Sprout #BBCD90
Tints of Sprout #BBCD90
RGB
CMYK
RGB Variations
Color information
#BBCD90 (or 0xBBCD90) is known color: Sprout. HEX triplet: BB, CD and 90. RGB value is (187,205,144). Sum of RGB (Red+Green+Blue) = 187+205+144=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD90 is #44326F. Grayscale: #C0C0C0. Windows color (decimal): -4469360 or 9489851. OLE color: 9489851.
HSL color Cylindrical-coordinate representation of color #BBCD90: hue angle of 77.7º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBCD90 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 144 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.20 |
| HSL | 77.7º | 0.38% | 0.68% | - |
| HSV(B) | 77.7º | 0.3% | 0.8% | - |
| XYZ | 47.36 | 56.24 | 34.75 | - |
| YUV | 192.66 | 100.54 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 144 | 0.09 | 0 | 0.30 | 0.20 | 77.7 | 0.38 | 0.68 |
| Hex | BB | CD | 90 | 9 | 0 | 1E | 14 | 4E | 26 | 44 |
| Octal | 273 | 315 | 220 | 11 | 0 | 36 | 24 | 116 | 46 | 104 |
| Binary | 10111011 | 11001101 | 10010000 | 1001 | 0 | 11110 | 10100 | 1001110 | 100110 | 1000100 |
Color Harmonies of #BBCD90
Complementary color
Monochromatic Colors of #BBCD90
Black with #BBCD90
Text Example
Text Example
White with #BBCD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD90; }
p { color: rgb(187,205,144); }
H1.HeaderClassName
{
color: #BBCD90;
}
.AnyTagClassName
{
color: #BBCD90;
}
</style>
background-color css
<style>
a { background-color: #BBCD90; }
a { background-color: rgb(187,205,144); }
div.DivClassName
{
background-color: #BBCD90;
}
.BgClassName
{
background-color: #BBCD90;
}
</style>
border-color css
<style>
span { border-color: #BBCD90; }
span { border-color: rgb(187,205,144); }
td.TdClassName
{
border-color: #BBCD90;
}
.TagClassName
{
border-color: #BBCD90;
}
</style>