Shades of Sprout #BBD588
Tints of Sprout #BBD588
RGB
CMYK
RGB Variations
Color information
#BBD588 (or 0xBBD588) is known color: Sprout. HEX triplet: BB, D5 and 88. RGB value is (187,213,136). Sum of RGB (Red+Green+Blue) = 187+213+136=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD588 is #442A77. Grayscale: #C4C4C4. Windows color (decimal): -4467320 or 8967611. OLE color: 8967611.
HSL color Cylindrical-coordinate representation of color #BBD588: hue angle of 80.26º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBD588 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 136 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.16 |
| HSL | 80.26º | 0.48% | 0.68% | - |
| HSV(B) | 80.26º | 0.36% | 0.84% | - |
| XYZ | 48.73 | 59.93 | 32.29 | - |
| YUV | 196.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 136 | 0.12 | 0 | 0.36 | 0.16 | 80.26 | 0.48 | 0.68 |
| Hex | BB | D5 | 88 | C | 0 | 24 | 10 | 50 | 30 | 44 |
| Octal | 273 | 325 | 210 | 14 | 0 | 44 | 20 | 120 | 60 | 104 |
| Binary | 10111011 | 11010101 | 10001000 | 1100 | 0 | 100100 | 10000 | 1010000 | 110000 | 1000100 |
Color Harmonies of #BBD588
Complementary color
Monochromatic Colors of #BBD588
Black with #BBD588
Text Example
Text Example
White with #BBD588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD588; }
p { color: rgb(187,213,136); }
H1.HeaderClassName
{
color: #BBD588;
}
.AnyTagClassName
{
color: #BBD588;
}
</style>
background-color css
<style>
a { background-color: #BBD588; }
a { background-color: rgb(187,213,136); }
div.DivClassName
{
background-color: #BBD588;
}
.BgClassName
{
background-color: #BBD588;
}
</style>
border-color css
<style>
span { border-color: #BBD588; }
span { border-color: rgb(187,213,136); }
td.TdClassName
{
border-color: #BBD588;
}
.TagClassName
{
border-color: #BBD588;
}
</style>