Shades of Celery #B0BA37
Tints of Celery #B0BA37
RGB
CMYK
RGB Variations
Color information
#B0BA37 (or 0xB0BA37) is known color: Celery. HEX triplet: B0, BA and 37. RGB value is (176,186,55). Sum of RGB (Red+Green+Blue) = 176+186+55=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA37 is #4F45C8. Grayscale: #A8A8A8. Windows color (decimal): -5195209 or 3652272. OLE color: 3652272.
HSL color Cylindrical-coordinate representation of color #B0BA37: hue angle of 64.58º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0BA37 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 55 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.27 |
| HSL | 64.58º | 0.54% | 0.47% | - |
| HSV(B) | 64.58º | 0.7% | 0.73% | - |
| XYZ | 36.15 | 44.62 | 10.32 | - |
| YUV | 168.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 55 | 0.05 | 0 | 0.70 | 0.27 | 64.58 | 0.54 | 0.47 |
| Hex | B0 | BA | 37 | 5 | 0 | 46 | 1B | 41 | 36 | 2F |
| Octal | 260 | 272 | 67 | 5 | 0 | 106 | 33 | 101 | 66 | 57 |
| Binary | 10110000 | 10111010 | 110111 | 101 | 0 | 1000110 | 11011 | 1000001 | 110110 | 101111 |
Color Harmonies of #B0BA37
Complementary color
Monochromatic Colors of #B0BA37
Black with #B0BA37
Text Example
Text Example
White with #B0BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA37; }
p { color: rgb(176,186,55); }
H1.HeaderClassName
{
color: #B0BA37;
}
.AnyTagClassName
{
color: #B0BA37;
}
</style>
background-color css
<style>
a { background-color: #B0BA37; }
a { background-color: rgb(176,186,55); }
div.DivClassName
{
background-color: #B0BA37;
}
.BgClassName
{
background-color: #B0BA37;
}
</style>
border-color css
<style>
span { border-color: #B0BA37; }
span { border-color: rgb(176,186,55); }
td.TdClassName
{
border-color: #B0BA37;
}
.TagClassName
{
border-color: #B0BA37;
}
</style>