Shades of Celery #B3BA48
Tints of Celery #B3BA48
RGB
CMYK
RGB Variations
Color information
#B3BA48 (or 0xB3BA48) is known color: Celery. HEX triplet: B3, BA and 48. RGB value is (179,186,72). Sum of RGB (Red+Green+Blue) = 179+186+72=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA48 is #4C45B7. Grayscale: #ABABAB. Windows color (decimal): -4998584 or 4766387. OLE color: 4766387.
HSL color Cylindrical-coordinate representation of color #B3BA48: hue angle of 63.68º 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 #B3BA48 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 72 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.27 |
| HSL | 63.68º | 0.45% | 0.51% | - |
| HSV(B) | 63.68º | 0.61% | 0.73% | - |
| XYZ | 37.32 | 45.17 | 12.88 | - |
| YUV | 170.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 72 | 0.04 | 0 | 0.61 | 0.27 | 63.68 | 0.45 | 0.51 |
| Hex | B3 | BA | 48 | 4 | 0 | 3D | 1B | 40 | 2D | 33 |
| Octal | 263 | 272 | 110 | 4 | 0 | 75 | 33 | 100 | 55 | 63 |
| Binary | 10110011 | 10111010 | 1001000 | 100 | 0 | 111101 | 11011 | 1000000 | 101101 | 110011 |
Color Harmonies of #B3BA48
Complementary color
Monochromatic Colors of #B3BA48
Black with #B3BA48
Text Example
Text Example
White with #B3BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA48; }
p { color: rgb(179,186,72); }
H1.HeaderClassName
{
color: #B3BA48;
}
.AnyTagClassName
{
color: #B3BA48;
}
</style>
background-color css
<style>
a { background-color: #B3BA48; }
a { background-color: rgb(179,186,72); }
div.DivClassName
{
background-color: #B3BA48;
}
.BgClassName
{
background-color: #B3BA48;
}
</style>
border-color css
<style>
span { border-color: #B3BA48; }
span { border-color: rgb(179,186,72); }
td.TdClassName
{
border-color: #B3BA48;
}
.TagClassName
{
border-color: #B3BA48;
}
</style>