Shades of Sprout #BBD694
Tints of Sprout #BBD694
RGB
CMYK
RGB Variations
Color information
#BBD694 (or 0xBBD694) is known color: Sprout. HEX triplet: BB, D6 and 94. RGB value is (187,214,148). Sum of RGB (Red+Green+Blue) = 187+214+148=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD694 is #44296B. Grayscale: #C6C6C6. Windows color (decimal): -4467052 or 9754299. OLE color: 9754299.
HSL color Cylindrical-coordinate representation of color #BBD694: hue angle of 84.55º degrees, saturation: 0.45, 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 #BBD694 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 148 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.16 |
| HSL | 84.55º | 0.45% | 0.71% | - |
| HSV(B) | 84.55º | 0.31% | 0.84% | - |
| XYZ | 49.89 | 60.8 | 37.12 | - |
| YUV | 198.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 148 | 0.13 | 0 | 0.31 | 0.16 | 84.55 | 0.45 | 0.71 |
| Hex | BB | D6 | 94 | D | 0 | 1F | 10 | 55 | 2D | 47 |
| Octal | 273 | 326 | 224 | 15 | 0 | 37 | 20 | 125 | 55 | 107 |
| Binary | 10111011 | 11010110 | 10010100 | 1101 | 0 | 11111 | 10000 | 1010101 | 101101 | 1000111 |
Color Harmonies of #BBD694
Complementary color
Monochromatic Colors of #BBD694
Black with #BBD694
Text Example
Text Example
White with #BBD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD694; }
p { color: rgb(187,214,148); }
H1.HeaderClassName
{
color: #BBD694;
}
.AnyTagClassName
{
color: #BBD694;
}
</style>
background-color css
<style>
a { background-color: #BBD694; }
a { background-color: rgb(187,214,148); }
div.DivClassName
{
background-color: #BBD694;
}
.BgClassName
{
background-color: #BBD694;
}
</style>
border-color css
<style>
span { border-color: #BBD694; }
span { border-color: rgb(187,214,148); }
td.TdClassName
{
border-color: #BBD694;
}
.TagClassName
{
border-color: #BBD694;
}
</style>