Shades of Celery #B3BA54
Tints of Celery #B3BA54
RGB
CMYK
RGB Variations
Color information
#B3BA54 (or 0xB3BA54) is known color: Celery. HEX triplet: B3, BA and 54. RGB value is (179,186,84). Sum of RGB (Red+Green+Blue) = 179+186+84=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA54 is #4C45AB. Grayscale: #ACACAC. Windows color (decimal): -4998572 or 5552819. OLE color: 5552819.
HSL color Cylindrical-coordinate representation of color #B3BA54: hue angle of 64.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3BA54 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 84 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.27 |
| HSL | 64.12º | 0.43% | 0.53% | - |
| HSV(B) | 64.12º | 0.55% | 0.73% | - |
| XYZ | 37.75 | 45.34 | 15.15 | - |
| YUV | 172.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 84 | 0.04 | 0 | 0.55 | 0.27 | 64.12 | 0.43 | 0.53 |
| Hex | B3 | BA | 54 | 4 | 0 | 37 | 1B | 40 | 2A | 35 |
| Octal | 263 | 272 | 124 | 4 | 0 | 67 | 33 | 100 | 52 | 65 |
| Binary | 10110011 | 10111010 | 1010100 | 100 | 0 | 110111 | 11011 | 1000000 | 101010 | 110101 |
Color Harmonies of #B3BA54
Complementary color
Monochromatic Colors of #B3BA54
Black with #B3BA54
Text Example
Text Example
White with #B3BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA54; }
p { color: rgb(179,186,84); }
H1.HeaderClassName
{
color: #B3BA54;
}
.AnyTagClassName
{
color: #B3BA54;
}
</style>
background-color css
<style>
a { background-color: #B3BA54; }
a { background-color: rgb(179,186,84); }
div.DivClassName
{
background-color: #B3BA54;
}
.BgClassName
{
background-color: #B3BA54;
}
</style>
border-color css
<style>
span { border-color: #B3BA54; }
span { border-color: rgb(179,186,84); }
td.TdClassName
{
border-color: #B3BA54;
}
.TagClassName
{
border-color: #B3BA54;
}
</style>