Shades of Sprout #BBD79A
Tints of Sprout #BBD79A
RGB
CMYK
RGB Variations
Color information
#BBD79A (or 0xBBD79A) is known color: Sprout. HEX triplet: BB, D7 and 9A. RGB value is (187,215,154). Sum of RGB (Red+Green+Blue) = 187+215+154=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD79A is #442865. Grayscale: #C7C7C7. Windows color (decimal): -4466790 or 10147771. OLE color: 10147771.
HSL color Cylindrical-coordinate representation of color #BBD79A: hue angle of 87.54º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBD79A is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 154 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.16 |
| HSL | 87.54º | 0.43% | 0.72% | - |
| HSV(B) | 87.54º | 0.28% | 0.84% | - |
| XYZ | 50.63 | 61.5 | 39.77 | - |
| YUV | 199.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 154 | 0.13 | 0 | 0.28 | 0.16 | 87.54 | 0.43 | 0.72 |
| Hex | BB | D7 | 9A | D | 0 | 1C | 10 | 58 | 2B | 48 |
| Octal | 273 | 327 | 232 | 15 | 0 | 34 | 20 | 130 | 53 | 110 |
| Binary | 10111011 | 11010111 | 10011010 | 1101 | 0 | 11100 | 10000 | 1011000 | 101011 | 1001000 |
Color Harmonies of #BBD79A
Complementary color
Monochromatic Colors of #BBD79A
Black with #BBD79A
Text Example
Text Example
White with #BBD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD79A; }
p { color: rgb(187,215,154); }
H1.HeaderClassName
{
color: #BBD79A;
}
.AnyTagClassName
{
color: #BBD79A;
}
</style>
background-color css
<style>
a { background-color: #BBD79A; }
a { background-color: rgb(187,215,154); }
div.DivClassName
{
background-color: #BBD79A;
}
.BgClassName
{
background-color: #BBD79A;
}
</style>
border-color css
<style>
span { border-color: #BBD79A; }
span { border-color: rgb(187,215,154); }
td.TdClassName
{
border-color: #BBD79A;
}
.TagClassName
{
border-color: #BBD79A;
}
</style>