Shades of Sprout #BBD594
Tints of Sprout #BBD594
RGB
CMYK
RGB Variations
Color information
#BBD594 (or 0xBBD594) is known color: Sprout. HEX triplet: BB, D5 and 94. RGB value is (187,213,148). Sum of RGB (Red+Green+Blue) = 187+213+148=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD594 is #442A6B. Grayscale: #C6C6C6. Windows color (decimal): -4467308 or 9754043. OLE color: 9754043.
HSL color Cylindrical-coordinate representation of color #BBD594: hue angle of 84º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBD594 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 148 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.16 |
| HSL | 84º | 0.44% | 0.71% | - |
| HSV(B) | 84º | 0.31% | 0.84% | - |
| XYZ | 49.63 | 60.29 | 37.04 | - |
| YUV | 197.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 148 | 0.12 | 0 | 0.31 | 0.16 | 84 | 0.44 | 0.71 |
| Hex | BB | D5 | 94 | C | 0 | 1F | 10 | 54 | 2C | 47 |
| Octal | 273 | 325 | 224 | 14 | 0 | 37 | 20 | 124 | 54 | 107 |
| Binary | 10111011 | 11010101 | 10010100 | 1100 | 0 | 11111 | 10000 | 1010100 | 101100 | 1000111 |
Color Harmonies of #BBD594
Complementary color
Monochromatic Colors of #BBD594
Black with #BBD594
Text Example
Text Example
White with #BBD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD594; }
p { color: rgb(187,213,148); }
H1.HeaderClassName
{
color: #BBD594;
}
.AnyTagClassName
{
color: #BBD594;
}
</style>
background-color css
<style>
a { background-color: #BBD594; }
a { background-color: rgb(187,213,148); }
div.DivClassName
{
background-color: #BBD594;
}
.BgClassName
{
background-color: #BBD594;
}
</style>
border-color css
<style>
span { border-color: #BBD594; }
span { border-color: rgb(187,213,148); }
td.TdClassName
{
border-color: #BBD594;
}
.TagClassName
{
border-color: #BBD594;
}
</style>