Shades of Celery #BBBA50
Tints of Celery #BBBA50
RGB
CMYK
RGB Variations
Color information
#BBBA50 (or 0xBBBA50) is known color: Celery. HEX triplet: BB, BA and 50. RGB value is (187,186,80). Sum of RGB (Red+Green+Blue) = 187+186+80=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA50 is #4445AF. Grayscale: #AEAEAE. Windows color (decimal): -4474288 or 5290683. OLE color: 5290683.
HSL color Cylindrical-coordinate representation of color #BBBA50: hue angle of 59.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBBA50 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 80 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.27 |
| HSL | 59.44º | 0.44% | 0.52% | - |
| HSV(B) | 59.44º | 0.57% | 0.73% | - |
| XYZ | 39.5 | 46.26 | 14.44 | - |
| YUV | 174.22 | 74.83 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 80 | 0 | 0.01 | 0.57 | 0.27 | 59.44 | 0.44 | 0.52 |
| Hex | BB | BA | 50 | 0 | 1 | 39 | 1B | 3B | 2C | 34 |
| Octal | 273 | 272 | 120 | 0 | 1 | 71 | 33 | 73 | 54 | 64 |
| Binary | 10111011 | 10111010 | 1010000 | 0 | 1 | 111001 | 11011 | 111011 | 101100 | 110100 |
Color Harmonies of #BBBA50
Complementary color
Monochromatic Colors of #BBBA50
Black with #BBBA50
Text Example
Text Example
White with #BBBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA50; }
p { color: rgb(187,186,80); }
H1.HeaderClassName
{
color: #BBBA50;
}
.AnyTagClassName
{
color: #BBBA50;
}
</style>
background-color css
<style>
a { background-color: #BBBA50; }
a { background-color: rgb(187,186,80); }
div.DivClassName
{
background-color: #BBBA50;
}
.BgClassName
{
background-color: #BBBA50;
}
</style>
border-color css
<style>
span { border-color: #BBBA50; }
span { border-color: rgb(187,186,80); }
td.TdClassName
{
border-color: #BBBA50;
}
.TagClassName
{
border-color: #BBBA50;
}
</style>