Shades of Sprout #BBD493
Tints of Sprout #BBD493
RGB
CMYK
RGB Variations
Color information
#BBD493 (or 0xBBD493) is known color: Sprout. HEX triplet: BB, D4 and 93. RGB value is (187,212,147). Sum of RGB (Red+Green+Blue) = 187+212+147=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD493 is #442B6C. Grayscale: #C5C5C5. Windows color (decimal): -4467565 or 9688251. OLE color: 9688251.
HSL color Cylindrical-coordinate representation of color #BBD493: hue angle of 83.08º 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 #BBD493 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 147 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.17 |
| HSL | 83.08º | 0.43% | 0.7% | - |
| HSV(B) | 83.08º | 0.31% | 0.83% | - |
| XYZ | 49.3 | 59.76 | 36.54 | - |
| YUV | 197.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 147 | 0.12 | 0 | 0.31 | 0.17 | 83.08 | 0.43 | 0.7 |
| Hex | BB | D4 | 93 | C | 0 | 1F | 11 | 53 | 2B | 46 |
| Octal | 273 | 324 | 223 | 14 | 0 | 37 | 21 | 123 | 53 | 106 |
| Binary | 10111011 | 11010100 | 10010011 | 1100 | 0 | 11111 | 10001 | 1010011 | 101011 | 1000110 |
Color Harmonies of #BBD493
Complementary color
Monochromatic Colors of #BBD493
Black with #BBD493
Text Example
Text Example
White with #BBD493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD493; }
p { color: rgb(187,212,147); }
H1.HeaderClassName
{
color: #BBD493;
}
.AnyTagClassName
{
color: #BBD493;
}
</style>
background-color css
<style>
a { background-color: #BBD493; }
a { background-color: rgb(187,212,147); }
div.DivClassName
{
background-color: #BBD493;
}
.BgClassName
{
background-color: #BBD493;
}
</style>
border-color css
<style>
span { border-color: #BBD493; }
span { border-color: rgb(187,212,147); }
td.TdClassName
{
border-color: #BBD493;
}
.TagClassName
{
border-color: #BBD493;
}
</style>