Shades of Celery #B3BA49
Tints of Celery #B3BA49
RGB
CMYK
RGB Variations
Color information
#B3BA49 (or 0xB3BA49) is known color: Celery. HEX triplet: B3, BA and 49. RGB value is (179,186,73). Sum of RGB (Red+Green+Blue) = 179+186+73=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA49 is #4C45B6. Grayscale: #ABABAB. Windows color (decimal): -4998583 or 4831923. OLE color: 4831923.
HSL color Cylindrical-coordinate representation of color #B3BA49: hue angle of 63.72º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3BA49 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 73 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.27 |
| HSL | 63.72º | 0.45% | 0.51% | - |
| HSV(B) | 63.72º | 0.61% | 0.73% | - |
| XYZ | 37.35 | 45.18 | 13.06 | - |
| YUV | 171.03 | 72.68 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 73 | 0.04 | 0 | 0.61 | 0.27 | 63.72 | 0.45 | 0.51 |
| Hex | B3 | BA | 49 | 4 | 0 | 3D | 1B | 40 | 2D | 33 |
| Octal | 263 | 272 | 111 | 4 | 0 | 75 | 33 | 100 | 55 | 63 |
| Binary | 10110011 | 10111010 | 1001001 | 100 | 0 | 111101 | 11011 | 1000000 | 101101 | 110011 |
Color Harmonies of #B3BA49
Complementary color
Monochromatic Colors of #B3BA49
Black with #B3BA49
Text Example
Text Example
White with #B3BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA49; }
p { color: rgb(179,186,73); }
H1.HeaderClassName
{
color: #B3BA49;
}
.AnyTagClassName
{
color: #B3BA49;
}
</style>
background-color css
<style>
a { background-color: #B3BA49; }
a { background-color: rgb(179,186,73); }
div.DivClassName
{
background-color: #B3BA49;
}
.BgClassName
{
background-color: #B3BA49;
}
</style>
border-color css
<style>
span { border-color: #B3BA49; }
span { border-color: rgb(179,186,73); }
td.TdClassName
{
border-color: #B3BA49;
}
.TagClassName
{
border-color: #B3BA49;
}
</style>