Shades of Celery #B0BA4C
Tints of Celery #B0BA4C
RGB
CMYK
RGB Variations
Color information
#B0BA4C (or 0xB0BA4C) is known color: Celery. HEX triplet: B0, BA and 4C. RGB value is (176,186,76). Sum of RGB (Red+Green+Blue) = 176+186+76=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA4C is #4F45B3. Grayscale: #AAAAAA. Windows color (decimal): -5195188 or 5028528. OLE color: 5028528.
HSL color Cylindrical-coordinate representation of color #B0BA4C: hue angle of 65.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0BA4C is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 76 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.27 |
| HSL | 65.45º | 0.44% | 0.51% | - |
| HSV(B) | 65.45º | 0.59% | 0.73% | - |
| XYZ | 36.77 | 44.87 | 13.56 | - |
| YUV | 170.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 76 | 0.05 | 0 | 0.59 | 0.27 | 65.45 | 0.44 | 0.51 |
| Hex | B0 | BA | 4C | 5 | 0 | 3B | 1B | 41 | 2C | 33 |
| Octal | 260 | 272 | 114 | 5 | 0 | 73 | 33 | 101 | 54 | 63 |
| Binary | 10110000 | 10111010 | 1001100 | 101 | 0 | 111011 | 11011 | 1000001 | 101100 | 110011 |
Color Harmonies of #B0BA4C
Complementary color
Monochromatic Colors of #B0BA4C
Black with #B0BA4C
Text Example
Text Example
White with #B0BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA4C; }
p { color: rgb(176,186,76); }
H1.HeaderClassName
{
color: #B0BA4C;
}
.AnyTagClassName
{
color: #B0BA4C;
}
</style>
background-color css
<style>
a { background-color: #B0BA4C; }
a { background-color: rgb(176,186,76); }
div.DivClassName
{
background-color: #B0BA4C;
}
.BgClassName
{
background-color: #B0BA4C;
}
</style>
border-color css
<style>
span { border-color: #B0BA4C; }
span { border-color: rgb(176,186,76); }
td.TdClassName
{
border-color: #B0BA4C;
}
.TagClassName
{
border-color: #B0BA4C;
}
</style>