Shades of Celery #BBB946
Tints of Celery #BBB946
RGB
CMYK
RGB Variations
Color information
#BBB946 (or 0xBBB946) is known color: Celery. HEX triplet: BB, B9 and 46. RGB value is (187,185,70). Sum of RGB (Red+Green+Blue) = 187+185+70=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB946 is #4446B9. Grayscale: #ACACAC. Windows color (decimal): -4474554 or 4635067. OLE color: 4635067.
HSL color Cylindrical-coordinate representation of color #BBB946: hue angle of 58.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB946 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 70 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.27 |
| HSL | 58.97º | 0.46% | 0.5% | - |
| HSV(B) | 58.97º | 0.63% | 0.73% | - |
| XYZ | 38.95 | 45.7 | 12.56 | - |
| YUV | 172.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 70 | 0 | 0.01 | 0.63 | 0.27 | 58.97 | 0.46 | 0.5 |
| Hex | BB | B9 | 46 | 0 | 1 | 3F | 1B | 3B | 2E | 32 |
| Octal | 273 | 271 | 106 | 0 | 1 | 77 | 33 | 73 | 56 | 62 |
| Binary | 10111011 | 10111001 | 1000110 | 0 | 1 | 111111 | 11011 | 111011 | 101110 | 110010 |
Color Harmonies of #BBB946
Complementary color
Monochromatic Colors of #BBB946
Black with #BBB946
Text Example
Text Example
White with #BBB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB946; }
p { color: rgb(187,185,70); }
H1.HeaderClassName
{
color: #BBB946;
}
.AnyTagClassName
{
color: #BBB946;
}
</style>
background-color css
<style>
a { background-color: #BBB946; }
a { background-color: rgb(187,185,70); }
div.DivClassName
{
background-color: #BBB946;
}
.BgClassName
{
background-color: #BBB946;
}
</style>
border-color css
<style>
span { border-color: #BBB946; }
span { border-color: rgb(187,185,70); }
td.TdClassName
{
border-color: #BBB946;
}
.TagClassName
{
border-color: #BBB946;
}
</style>