Shades of Sprout #BBD492
Tints of Sprout #BBD492
RGB
CMYK
RGB Variations
Color information
#BBD492 (or 0xBBD492) is known color: Sprout. HEX triplet: BB, D4 and 92. RGB value is (187,212,146). Sum of RGB (Red+Green+Blue) = 187+212+146=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD492 is #442B6D. Grayscale: #C5C5C5. Windows color (decimal): -4467566 or 9622715. OLE color: 9622715.
HSL color Cylindrical-coordinate representation of color #BBD492: hue angle of 82.73º degrees, saturation: 0.43, 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 #BBD492 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 146 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.17 |
| HSL | 82.73º | 0.43% | 0.7% | - |
| HSV(B) | 82.73º | 0.31% | 0.83% | - |
| XYZ | 49.23 | 59.73 | 36.13 | - |
| YUV | 197 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 146 | 0.12 | 0 | 0.31 | 0.17 | 82.73 | 0.43 | 0.7 |
| Hex | BB | D4 | 92 | C | 0 | 1F | 11 | 53 | 2B | 46 |
| Octal | 273 | 324 | 222 | 14 | 0 | 37 | 21 | 123 | 53 | 106 |
| Binary | 10111011 | 11010100 | 10010010 | 1100 | 0 | 11111 | 10001 | 1010011 | 101011 | 1000110 |
Color Harmonies of #BBD492
Complementary color
Monochromatic Colors of #BBD492
Black with #BBD492
Text Example
Text Example
White with #BBD492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD492; }
p { color: rgb(187,212,146); }
H1.HeaderClassName
{
color: #BBD492;
}
.AnyTagClassName
{
color: #BBD492;
}
</style>
background-color css
<style>
a { background-color: #BBD492; }
a { background-color: rgb(187,212,146); }
div.DivClassName
{
background-color: #BBD492;
}
.BgClassName
{
background-color: #BBD492;
}
</style>
border-color css
<style>
span { border-color: #BBD492; }
span { border-color: rgb(187,212,146); }
td.TdClassName
{
border-color: #BBD492;
}
.TagClassName
{
border-color: #BBD492;
}
</style>