Shades of Sprout #BBD292
Tints of Sprout #BBD292
RGB
CMYK
RGB Variations
Color information
#BBD292 (or 0xBBD292) is known color: Sprout. HEX triplet: BB, D2 and 92. RGB value is (187,210,146). Sum of RGB (Red+Green+Blue) = 187+210+146=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD292 is #442D6D. Grayscale: #C4C4C4. Windows color (decimal): -4468078 or 9622203. OLE color: 9622203.
HSL color Cylindrical-coordinate representation of color #BBD292: hue angle of 81.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD292 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 146 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.18 |
| HSL | 81.56º | 0.42% | 0.7% | - |
| HSV(B) | 81.56º | 0.3% | 0.82% | - |
| XYZ | 48.73 | 58.73 | 35.96 | - |
| YUV | 195.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 146 | 0.11 | 0 | 0.30 | 0.18 | 81.56 | 0.42 | 0.7 |
| Hex | BB | D2 | 92 | B | 0 | 1E | 12 | 52 | 2A | 46 |
| Octal | 273 | 322 | 222 | 13 | 0 | 36 | 22 | 122 | 52 | 106 |
| Binary | 10111011 | 11010010 | 10010010 | 1011 | 0 | 11110 | 10010 | 1010010 | 101010 | 1000110 |
Color Harmonies of #BBD292
Complementary color
Monochromatic Colors of #BBD292
Black with #BBD292
Text Example
Text Example
White with #BBD292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD292; }
p { color: rgb(187,210,146); }
H1.HeaderClassName
{
color: #BBD292;
}
.AnyTagClassName
{
color: #BBD292;
}
</style>
background-color css
<style>
a { background-color: #BBD292; }
a { background-color: rgb(187,210,146); }
div.DivClassName
{
background-color: #BBD292;
}
.BgClassName
{
background-color: #BBD292;
}
</style>
border-color css
<style>
span { border-color: #BBD292; }
span { border-color: rgb(187,210,146); }
td.TdClassName
{
border-color: #BBD292;
}
.TagClassName
{
border-color: #BBD292;
}
</style>