Shades of Sprout #BBD599
Tints of Sprout #BBD599
RGB
CMYK
RGB Variations
Color information
#BBD599 (or 0xBBD599) is known color: Sprout. HEX triplet: BB, D5 and 99. RGB value is (187,213,153). Sum of RGB (Red+Green+Blue) = 187+213+153=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD599 is #442A66. Grayscale: #C6C6C6. Windows color (decimal): -4467303 or 10081723. OLE color: 10081723.
HSL color Cylindrical-coordinate representation of color #BBD599: hue angle of 86º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBD599 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 153 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.16 |
| HSL | 86º | 0.42% | 0.72% | - |
| HSV(B) | 86º | 0.28% | 0.84% | - |
| XYZ | 50.04 | 60.45 | 39.17 | - |
| YUV | 198.39 | 102.39 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 153 | 0.12 | 0 | 0.28 | 0.16 | 86 | 0.42 | 0.72 |
| Hex | BB | D5 | 99 | C | 0 | 1C | 10 | 56 | 2A | 48 |
| Octal | 273 | 325 | 231 | 14 | 0 | 34 | 20 | 126 | 52 | 110 |
| Binary | 10111011 | 11010101 | 10011001 | 1100 | 0 | 11100 | 10000 | 1010110 | 101010 | 1001000 |
Color Harmonies of #BBD599
Complementary color
Monochromatic Colors of #BBD599
Black with #BBD599
Text Example
Text Example
White with #BBD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD599; }
p { color: rgb(187,213,153); }
H1.HeaderClassName
{
color: #BBD599;
}
.AnyTagClassName
{
color: #BBD599;
}
</style>
background-color css
<style>
a { background-color: #BBD599; }
a { background-color: rgb(187,213,153); }
div.DivClassName
{
background-color: #BBD599;
}
.BgClassName
{
background-color: #BBD599;
}
</style>
border-color css
<style>
span { border-color: #BBD599; }
span { border-color: rgb(187,213,153); }
td.TdClassName
{
border-color: #BBD599;
}
.TagClassName
{
border-color: #BBD599;
}
</style>