Shades of Celery #B3BA4E
Tints of Celery #B3BA4E
RGB
CMYK
RGB Variations
Color information
#B3BA4E (or 0xB3BA4E) is known color: Celery. HEX triplet: B3, BA and 4E. RGB value is (179,186,78). Sum of RGB (Red+Green+Blue) = 179+186+78=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA4E is #4C45B1. Grayscale: #ACACAC. Windows color (decimal): -4998578 or 5159603. OLE color: 5159603.
HSL color Cylindrical-coordinate representation of color #B3BA4E: hue angle of 63.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3BA4E is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 78 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.27 |
| HSL | 63.89º | 0.44% | 0.52% | - |
| HSV(B) | 63.89º | 0.58% | 0.73% | - |
| XYZ | 37.52 | 45.25 | 13.96 | - |
| YUV | 171.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 78 | 0.04 | 0 | 0.58 | 0.27 | 63.89 | 0.44 | 0.52 |
| Hex | B3 | BA | 4E | 4 | 0 | 3A | 1B | 40 | 2C | 34 |
| Octal | 263 | 272 | 116 | 4 | 0 | 72 | 33 | 100 | 54 | 64 |
| Binary | 10110011 | 10111010 | 1001110 | 100 | 0 | 111010 | 11011 | 1000000 | 101100 | 110100 |
Color Harmonies of #B3BA4E
Complementary color
Monochromatic Colors of #B3BA4E
Black with #B3BA4E
Text Example
Text Example
White with #B3BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA4E; }
p { color: rgb(179,186,78); }
H1.HeaderClassName
{
color: #B3BA4E;
}
.AnyTagClassName
{
color: #B3BA4E;
}
</style>
background-color css
<style>
a { background-color: #B3BA4E; }
a { background-color: rgb(179,186,78); }
div.DivClassName
{
background-color: #B3BA4E;
}
.BgClassName
{
background-color: #B3BA4E;
}
</style>
border-color css
<style>
span { border-color: #B3BA4E; }
span { border-color: rgb(179,186,78); }
td.TdClassName
{
border-color: #B3BA4E;
}
.TagClassName
{
border-color: #B3BA4E;
}
</style>