Shades of Sprout #BBD49A
Tints of Sprout #BBD49A
RGB
CMYK
RGB Variations
Color information
#BBD49A (or 0xBBD49A) is known color: Sprout. HEX triplet: BB, D4 and 9A. RGB value is (187,212,154). Sum of RGB (Red+Green+Blue) = 187+212+154=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49A is #442B65. Grayscale: #C6C6C6. Windows color (decimal): -4467558 or 10147003. OLE color: 10147003.
HSL color Cylindrical-coordinate representation of color #BBD49A: hue angle of 85.86º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBD49A is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 154 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.17 |
| HSL | 85.86º | 0.4% | 0.72% | - |
| HSV(B) | 85.86º | 0.27% | 0.83% | - |
| XYZ | 49.87 | 59.98 | 39.52 | - |
| YUV | 197.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 154 | 0.12 | 0 | 0.27 | 0.17 | 85.86 | 0.4 | 0.72 |
| Hex | BB | D4 | 9A | C | 0 | 1B | 11 | 56 | 28 | 48 |
| Octal | 273 | 324 | 232 | 14 | 0 | 33 | 21 | 126 | 50 | 110 |
| Binary | 10111011 | 11010100 | 10011010 | 1100 | 0 | 11011 | 10001 | 1010110 | 101000 | 1001000 |
Color Harmonies of #BBD49A
Complementary color
Monochromatic Colors of #BBD49A
Black with #BBD49A
Text Example
Text Example
White with #BBD49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD49A; }
p { color: rgb(187,212,154); }
H1.HeaderClassName
{
color: #BBD49A;
}
.AnyTagClassName
{
color: #BBD49A;
}
</style>
background-color css
<style>
a { background-color: #BBD49A; }
a { background-color: rgb(187,212,154); }
div.DivClassName
{
background-color: #BBD49A;
}
.BgClassName
{
background-color: #BBD49A;
}
</style>
border-color css
<style>
span { border-color: #BBD49A; }
span { border-color: rgb(187,212,154); }
td.TdClassName
{
border-color: #BBD49A;
}
.TagClassName
{
border-color: #BBD49A;
}
</style>