Shades of Celery #BBB947
Tints of Celery #BBB947
RGB
CMYK
RGB Variations
Color information
#BBB947 (or 0xBBB947) is known color: Celery. HEX triplet: BB, B9 and 47. RGB value is (187,185,71). Sum of RGB (Red+Green+Blue) = 187+185+71=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB947 is #4446B8. Grayscale: #ADADAD. Windows color (decimal): -4474553 or 4700603. OLE color: 4700603.
HSL color Cylindrical-coordinate representation of color #BBB947: hue angle of 58.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBB947 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 71 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.27 |
| HSL | 58.97º | 0.46% | 0.51% | - |
| HSV(B) | 58.97º | 0.62% | 0.73% | - |
| XYZ | 38.98 | 45.72 | 12.73 | - |
| YUV | 172.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 71 | 0 | 0.01 | 0.62 | 0.27 | 58.97 | 0.46 | 0.51 |
| Hex | BB | B9 | 47 | 0 | 1 | 3E | 1B | 3B | 2E | 33 |
| Octal | 273 | 271 | 107 | 0 | 1 | 76 | 33 | 73 | 56 | 63 |
| Binary | 10111011 | 10111001 | 1000111 | 0 | 1 | 111110 | 11011 | 111011 | 101110 | 110011 |
Color Harmonies of #BBB947
Complementary color
Monochromatic Colors of #BBB947
Black with #BBB947
Text Example
Text Example
White with #BBB947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB947; }
p { color: rgb(187,185,71); }
H1.HeaderClassName
{
color: #BBB947;
}
.AnyTagClassName
{
color: #BBB947;
}
</style>
background-color css
<style>
a { background-color: #BBB947; }
a { background-color: rgb(187,185,71); }
div.DivClassName
{
background-color: #BBB947;
}
.BgClassName
{
background-color: #BBB947;
}
</style>
border-color css
<style>
span { border-color: #BBB947; }
span { border-color: rgb(187,185,71); }
td.TdClassName
{
border-color: #BBB947;
}
.TagClassName
{
border-color: #BBB947;
}
</style>