Shades of Sprout #BBD496
Tints of Sprout #BBD496
RGB
CMYK
RGB Variations
Color information
#BBD496 (or 0xBBD496) is known color: Sprout. HEX triplet: BB, D4 and 96. RGB value is (187,212,150). Sum of RGB (Red+Green+Blue) = 187+212+150=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD496 is #442B69. Grayscale: #C5C5C5. Windows color (decimal): -4467562 or 9884859. OLE color: 9884859.
HSL color Cylindrical-coordinate representation of color #BBD496: hue angle of 84.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBD496 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 150 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.17 |
| HSL | 84.19º | 0.42% | 0.71% | - |
| HSV(B) | 84.19º | 0.29% | 0.83% | - |
| XYZ | 49.54 | 59.85 | 37.8 | - |
| YUV | 197.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 150 | 0.12 | 0 | 0.29 | 0.17 | 84.19 | 0.42 | 0.71 |
| Hex | BB | D4 | 96 | C | 0 | 1D | 11 | 54 | 2A | 47 |
| Octal | 273 | 324 | 226 | 14 | 0 | 35 | 21 | 124 | 52 | 107 |
| Binary | 10111011 | 11010100 | 10010110 | 1100 | 0 | 11101 | 10001 | 1010100 | 101010 | 1000111 |
Color Harmonies of #BBD496
Complementary color
Monochromatic Colors of #BBD496
Black with #BBD496
Text Example
Text Example
White with #BBD496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD496; }
p { color: rgb(187,212,150); }
H1.HeaderClassName
{
color: #BBD496;
}
.AnyTagClassName
{
color: #BBD496;
}
</style>
background-color css
<style>
a { background-color: #BBD496; }
a { background-color: rgb(187,212,150); }
div.DivClassName
{
background-color: #BBD496;
}
.BgClassName
{
background-color: #BBD496;
}
</style>
border-color css
<style>
span { border-color: #BBD496; }
span { border-color: rgb(187,212,150); }
td.TdClassName
{
border-color: #BBD496;
}
.TagClassName
{
border-color: #BBD496;
}
</style>