Shades of Celery #B0BA55
Tints of Celery #B0BA55
RGB
CMYK
RGB Variations
Color information
#B0BA55 (or 0xB0BA55) is known color: Celery. HEX triplet: B0, BA and 55. RGB value is (176,186,85). Sum of RGB (Red+Green+Blue) = 176+186+85=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA55 is #4F45AA. Grayscale: #ABABAB. Windows color (decimal): -5195179 or 5618352. OLE color: 5618352.
HSL color Cylindrical-coordinate representation of color #B0BA55: hue angle of 65.94º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0BA55 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 85 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.27 |
| HSL | 65.94º | 0.42% | 0.53% | - |
| HSV(B) | 65.94º | 0.54% | 0.73% | - |
| XYZ | 37.1 | 45 | 15.33 | - |
| YUV | 171.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 85 | 0.05 | 0 | 0.54 | 0.27 | 65.94 | 0.42 | 0.53 |
| Hex | B0 | BA | 55 | 5 | 0 | 36 | 1B | 42 | 2A | 35 |
| Octal | 260 | 272 | 125 | 5 | 0 | 66 | 33 | 102 | 52 | 65 |
| Binary | 10110000 | 10111010 | 1010101 | 101 | 0 | 110110 | 11011 | 1000010 | 101010 | 110101 |
Color Harmonies of #B0BA55
Complementary color
Monochromatic Colors of #B0BA55
Black with #B0BA55
Text Example
Text Example
White with #B0BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA55; }
p { color: rgb(176,186,85); }
H1.HeaderClassName
{
color: #B0BA55;
}
.AnyTagClassName
{
color: #B0BA55;
}
</style>
background-color css
<style>
a { background-color: #B0BA55; }
a { background-color: rgb(176,186,85); }
div.DivClassName
{
background-color: #B0BA55;
}
.BgClassName
{
background-color: #B0BA55;
}
</style>
border-color css
<style>
span { border-color: #B0BA55; }
span { border-color: rgb(176,186,85); }
td.TdClassName
{
border-color: #B0BA55;
}
.TagClassName
{
border-color: #B0BA55;
}
</style>