Shades of Sprout #BBD392
Tints of Sprout #BBD392
RGB
CMYK
RGB Variations
Color information
#BBD392 (or 0xBBD392) is known color: Sprout. HEX triplet: BB, D3 and 92. RGB value is (187,211,146). Sum of RGB (Red+Green+Blue) = 187+211+146=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD392 is #442C6D. Grayscale: #C4C4C4. Windows color (decimal): -4467822 or 9622459. OLE color: 9622459.
HSL color Cylindrical-coordinate representation of color #BBD392: hue angle of 82.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBD392 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 146 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.17 |
| HSL | 82.15º | 0.42% | 0.7% | - |
| HSV(B) | 82.15º | 0.31% | 0.83% | - |
| XYZ | 48.98 | 59.23 | 36.05 | - |
| YUV | 196.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 146 | 0.11 | 0 | 0.31 | 0.17 | 82.15 | 0.42 | 0.7 |
| Hex | BB | D3 | 92 | B | 0 | 1F | 11 | 52 | 2A | 46 |
| Octal | 273 | 323 | 222 | 13 | 0 | 37 | 21 | 122 | 52 | 106 |
| Binary | 10111011 | 11010011 | 10010010 | 1011 | 0 | 11111 | 10001 | 1010010 | 101010 | 1000110 |
Color Harmonies of #BBD392
Complementary color
Monochromatic Colors of #BBD392
Black with #BBD392
Text Example
Text Example
White with #BBD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD392; }
p { color: rgb(187,211,146); }
H1.HeaderClassName
{
color: #BBD392;
}
.AnyTagClassName
{
color: #BBD392;
}
</style>
background-color css
<style>
a { background-color: #BBD392; }
a { background-color: rgb(187,211,146); }
div.DivClassName
{
background-color: #BBD392;
}
.BgClassName
{
background-color: #BBD392;
}
</style>
border-color css
<style>
span { border-color: #BBD392; }
span { border-color: rgb(187,211,146); }
td.TdClassName
{
border-color: #BBD392;
}
.TagClassName
{
border-color: #BBD392;
}
</style>