Shades of Sprout #BBD49C
Tints of Sprout #BBD49C
RGB
CMYK
RGB Variations
Color information
#BBD49C (or 0xBBD49C) is known color: Sprout. HEX triplet: BB, D4 and 9C. RGB value is (187,212,156). Sum of RGB (Red+Green+Blue) = 187+212+156=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49C is #442B63. Grayscale: #C6C6C6. Windows color (decimal): -4467556 or 10278075. OLE color: 10278075.
HSL color Cylindrical-coordinate representation of color #BBD49C: hue angle of 86.79º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBD49C is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 156 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.17 |
| HSL | 86.79º | 0.39% | 0.72% | - |
| HSV(B) | 86.79º | 0.26% | 0.83% | - |
| XYZ | 50.04 | 60.05 | 40.41 | - |
| YUV | 198.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 156 | 0.12 | 0 | 0.26 | 0.17 | 86.79 | 0.39 | 0.72 |
| Hex | BB | D4 | 9C | C | 0 | 1A | 11 | 57 | 27 | 48 |
| Octal | 273 | 324 | 234 | 14 | 0 | 32 | 21 | 127 | 47 | 110 |
| Binary | 10111011 | 11010100 | 10011100 | 1100 | 0 | 11010 | 10001 | 1010111 | 100111 | 1001000 |
Color Harmonies of #BBD49C
Complementary color
Monochromatic Colors of #BBD49C
Black with #BBD49C
Text Example
Text Example
White with #BBD49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD49C; }
p { color: rgb(187,212,156); }
H1.HeaderClassName
{
color: #BBD49C;
}
.AnyTagClassName
{
color: #BBD49C;
}
</style>
background-color css
<style>
a { background-color: #BBD49C; }
a { background-color: rgb(187,212,156); }
div.DivClassName
{
background-color: #BBD49C;
}
.BgClassName
{
background-color: #BBD49C;
}
</style>
border-color css
<style>
span { border-color: #BBD49C; }
span { border-color: rgb(187,212,156); }
td.TdClassName
{
border-color: #BBD49C;
}
.TagClassName
{
border-color: #BBD49C;
}
</style>