Shades of Celery #B3BA4F
Tints of Celery #B3BA4F
RGB
CMYK
RGB Variations
Color information
#B3BA4F (or 0xB3BA4F) is known color: Celery. HEX triplet: B3, BA and 4F. RGB value is (179,186,79). Sum of RGB (Red+Green+Blue) = 179+186+79=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA4F is #4C45B0. Grayscale: #ACACAC. Windows color (decimal): -4998577 or 5225139. OLE color: 5225139.
HSL color Cylindrical-coordinate representation of color #B3BA4F: hue angle of 63.93º 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 #B3BA4F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 79 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.27 |
| HSL | 63.93º | 0.44% | 0.52% | - |
| HSV(B) | 63.93º | 0.58% | 0.73% | - |
| XYZ | 37.56 | 45.27 | 14.15 | - |
| YUV | 171.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 79 | 0.04 | 0 | 0.58 | 0.27 | 63.93 | 0.44 | 0.52 |
| Hex | B3 | BA | 4F | 4 | 0 | 3A | 1B | 40 | 2C | 34 |
| Octal | 263 | 272 | 117 | 4 | 0 | 72 | 33 | 100 | 54 | 64 |
| Binary | 10110011 | 10111010 | 1001111 | 100 | 0 | 111010 | 11011 | 1000000 | 101100 | 110100 |
Color Harmonies of #B3BA4F
Complementary color
Monochromatic Colors of #B3BA4F
Black with #B3BA4F
Text Example
Text Example
White with #B3BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA4F; }
p { color: rgb(179,186,79); }
H1.HeaderClassName
{
color: #B3BA4F;
}
.AnyTagClassName
{
color: #B3BA4F;
}
</style>
background-color css
<style>
a { background-color: #B3BA4F; }
a { background-color: rgb(179,186,79); }
div.DivClassName
{
background-color: #B3BA4F;
}
.BgClassName
{
background-color: #B3BA4F;
}
</style>
border-color css
<style>
span { border-color: #B3BA4F; }
span { border-color: rgb(179,186,79); }
td.TdClassName
{
border-color: #B3BA4F;
}
.TagClassName
{
border-color: #B3BA4F;
}
</style>