Shades of Sprout #BBD59A
Tints of Sprout #BBD59A
RGB
CMYK
RGB Variations
Color information
#BBD59A (or 0xBBD59A) is known color: Sprout. HEX triplet: BB, D5 and 9A. RGB value is (187,213,154). Sum of RGB (Red+Green+Blue) = 187+213+154=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD59A is #442A65. Grayscale: #C6C6C6. Windows color (decimal): -4467302 or 10147259. OLE color: 10147259.
HSL color Cylindrical-coordinate representation of color #BBD59A: hue angle of 86.44º degrees, saturation: 0.41, 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 #BBD59A is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 154 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.16 |
| HSL | 86.44º | 0.41% | 0.72% | - |
| HSV(B) | 86.44º | 0.28% | 0.84% | - |
| XYZ | 50.12 | 60.49 | 39.61 | - |
| YUV | 198.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 154 | 0.12 | 0 | 0.28 | 0.16 | 86.44 | 0.41 | 0.72 |
| Hex | BB | D5 | 9A | C | 0 | 1C | 10 | 56 | 29 | 48 |
| Octal | 273 | 325 | 232 | 14 | 0 | 34 | 20 | 126 | 51 | 110 |
| Binary | 10111011 | 11010101 | 10011010 | 1100 | 0 | 11100 | 10000 | 1010110 | 101001 | 1001000 |
Color Harmonies of #BBD59A
Complementary color
Monochromatic Colors of #BBD59A
Black with #BBD59A
Text Example
Text Example
White with #BBD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD59A; }
p { color: rgb(187,213,154); }
H1.HeaderClassName
{
color: #BBD59A;
}
.AnyTagClassName
{
color: #BBD59A;
}
</style>
background-color css
<style>
a { background-color: #BBD59A; }
a { background-color: rgb(187,213,154); }
div.DivClassName
{
background-color: #BBD59A;
}
.BgClassName
{
background-color: #BBD59A;
}
</style>
border-color css
<style>
span { border-color: #BBD59A; }
span { border-color: rgb(187,213,154); }
td.TdClassName
{
border-color: #BBD59A;
}
.TagClassName
{
border-color: #BBD59A;
}
</style>