Shades of Celery #B0BA58
Tints of Celery #B0BA58
RGB
CMYK
RGB Variations
Color information
#B0BA58 (or 0xB0BA58) is known color: Celery. HEX triplet: B0, BA and 58. RGB value is (176,186,88). Sum of RGB (Red+Green+Blue) = 176+186+88=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA58 is #4F45A7. Grayscale: #ACACAC. Windows color (decimal): -5195176 or 5814960. OLE color: 5814960.
HSL color Cylindrical-coordinate representation of color #B0BA58: hue angle of 66.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0BA58 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 88 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.27 |
| HSL | 66.12º | 0.42% | 0.54% | - |
| HSV(B) | 66.12º | 0.53% | 0.73% | - |
| XYZ | 37.22 | 45.05 | 15.97 | - |
| YUV | 171.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 88 | 0.05 | 0 | 0.53 | 0.27 | 66.12 | 0.42 | 0.54 |
| Hex | B0 | BA | 58 | 5 | 0 | 35 | 1B | 42 | 2A | 36 |
| Octal | 260 | 272 | 130 | 5 | 0 | 65 | 33 | 102 | 52 | 66 |
| Binary | 10110000 | 10111010 | 1011000 | 101 | 0 | 110101 | 11011 | 1000010 | 101010 | 110110 |
Color Harmonies of #B0BA58
Complementary color
Monochromatic Colors of #B0BA58
Black with #B0BA58
Text Example
Text Example
White with #B0BA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA58; }
p { color: rgb(176,186,88); }
H1.HeaderClassName
{
color: #B0BA58;
}
.AnyTagClassName
{
color: #B0BA58;
}
</style>
background-color css
<style>
a { background-color: #B0BA58; }
a { background-color: rgb(176,186,88); }
div.DivClassName
{
background-color: #B0BA58;
}
.BgClassName
{
background-color: #B0BA58;
}
</style>
border-color css
<style>
span { border-color: #B0BA58; }
span { border-color: rgb(176,186,88); }
td.TdClassName
{
border-color: #B0BA58;
}
.TagClassName
{
border-color: #B0BA58;
}
</style>