Shades of Celery #B0BA52
Tints of Celery #B0BA52
RGB
CMYK
RGB Variations
Color information
#B0BA52 (or 0xB0BA52) is known color: Celery. HEX triplet: B0, BA and 52. RGB value is (176,186,82). Sum of RGB (Red+Green+Blue) = 176+186+82=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BA52 is #4F45AD. Grayscale: #ABABAB. Windows color (decimal): -5195182 or 5421744. OLE color: 5421744.
HSL color Cylindrical-coordinate representation of color #B0BA52: hue angle of 65.77º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0BA52 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 82 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.27 |
| HSL | 65.77º | 0.43% | 0.53% | - |
| HSV(B) | 65.77º | 0.56% | 0.73% | - |
| XYZ | 36.99 | 44.96 | 14.71 | - |
| YUV | 171.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 82 | 0.05 | 0 | 0.56 | 0.27 | 65.77 | 0.43 | 0.53 |
| Hex | B0 | BA | 52 | 5 | 0 | 38 | 1B | 42 | 2B | 35 |
| Octal | 260 | 272 | 122 | 5 | 0 | 70 | 33 | 102 | 53 | 65 |
| Binary | 10110000 | 10111010 | 1010010 | 101 | 0 | 111000 | 11011 | 1000010 | 101011 | 110101 |
Color Harmonies of #B0BA52
Complementary color
Monochromatic Colors of #B0BA52
Black with #B0BA52
Text Example
Text Example
White with #B0BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA52; }
p { color: rgb(176,186,82); }
H1.HeaderClassName
{
color: #B0BA52;
}
.AnyTagClassName
{
color: #B0BA52;
}
</style>
background-color css
<style>
a { background-color: #B0BA52; }
a { background-color: rgb(176,186,82); }
div.DivClassName
{
background-color: #B0BA52;
}
.BgClassName
{
background-color: #B0BA52;
}
</style>
border-color css
<style>
span { border-color: #B0BA52; }
span { border-color: rgb(176,186,82); }
td.TdClassName
{
border-color: #B0BA52;
}
.TagClassName
{
border-color: #B0BA52;
}
</style>