Shades of Celery #B0BA3C
Tints of Celery #B0BA3C
RGB
CMYK
RGB Variations
Color information
#B0BA3C (or 0xB0BA3C) is known color: Celery. HEX triplet: B0, BA and 3C. RGB value is (176,186,60). Sum of RGB (Red+Green+Blue) = 176+186+60=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BA3C is #4F45C3. Grayscale: #A9A9A9. Windows color (decimal): -5195204 or 3979952. OLE color: 3979952.
HSL color Cylindrical-coordinate representation of color #B0BA3C: hue angle of 64.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0BA3C is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 60 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.27 |
| HSL | 64.76º | 0.51% | 0.48% | - |
| HSV(B) | 64.76º | 0.68% | 0.73% | - |
| XYZ | 36.28 | 44.67 | 10.99 | - |
| YUV | 168.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 60 | 0.05 | 0 | 0.68 | 0.27 | 64.76 | 0.51 | 0.48 |
| Hex | B0 | BA | 3C | 5 | 0 | 44 | 1B | 41 | 33 | 30 |
| Octal | 260 | 272 | 74 | 5 | 0 | 104 | 33 | 101 | 63 | 60 |
| Binary | 10110000 | 10111010 | 111100 | 101 | 0 | 1000100 | 11011 | 1000001 | 110011 | 110000 |
Color Harmonies of #B0BA3C
Complementary color
Monochromatic Colors of #B0BA3C
Black with #B0BA3C
Text Example
Text Example
White with #B0BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BA3C; }
p { color: rgb(176,186,60); }
H1.HeaderClassName
{
color: #B0BA3C;
}
.AnyTagClassName
{
color: #B0BA3C;
}
</style>
background-color css
<style>
a { background-color: #B0BA3C; }
a { background-color: rgb(176,186,60); }
div.DivClassName
{
background-color: #B0BA3C;
}
.BgClassName
{
background-color: #B0BA3C;
}
</style>
border-color css
<style>
span { border-color: #B0BA3C; }
span { border-color: rgb(176,186,60); }
td.TdClassName
{
border-color: #B0BA3C;
}
.TagClassName
{
border-color: #B0BA3C;
}
</style>