Shades of Celery #B3BA55
Tints of Celery #B3BA55
RGB
CMYK
RGB Variations
Color information
#B3BA55 (or 0xB3BA55) is known color: Celery. HEX triplet: B3, BA and 55. RGB value is (179,186,85). Sum of RGB (Red+Green+Blue) = 179+186+85=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA55 is #4C45AA. Grayscale: #ACACAC. Windows color (decimal): -4998571 or 5618355. OLE color: 5618355.
HSL color Cylindrical-coordinate representation of color #B3BA55: hue angle of 64.16º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3BA55 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 85 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.27 |
| HSL | 64.16º | 0.42% | 0.53% | - |
| HSV(B) | 64.16º | 0.54% | 0.73% | - |
| XYZ | 37.79 | 45.36 | 15.36 | - |
| YUV | 172.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 85 | 0.04 | 0 | 0.54 | 0.27 | 64.16 | 0.42 | 0.53 |
| Hex | B3 | BA | 55 | 4 | 0 | 36 | 1B | 40 | 2A | 35 |
| Octal | 263 | 272 | 125 | 4 | 0 | 66 | 33 | 100 | 52 | 65 |
| Binary | 10110011 | 10111010 | 1010101 | 100 | 0 | 110110 | 11011 | 1000000 | 101010 | 110101 |
Color Harmonies of #B3BA55
Complementary color
Monochromatic Colors of #B3BA55
Black with #B3BA55
Text Example
Text Example
White with #B3BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA55; }
p { color: rgb(179,186,85); }
H1.HeaderClassName
{
color: #B3BA55;
}
.AnyTagClassName
{
color: #B3BA55;
}
</style>
background-color css
<style>
a { background-color: #B3BA55; }
a { background-color: rgb(179,186,85); }
div.DivClassName
{
background-color: #B3BA55;
}
.BgClassName
{
background-color: #B3BA55;
}
</style>
border-color css
<style>
span { border-color: #B3BA55; }
span { border-color: rgb(179,186,85); }
td.TdClassName
{
border-color: #B3BA55;
}
.TagClassName
{
border-color: #B3BA55;
}
</style>