Shades of Celery #B1BA3A
Tints of Celery #B1BA3A
RGB
CMYK
RGB Variations
Color information
#B1BA3A (or 0xB1BA3A) is known color: Celery. HEX triplet: B1, BA and 3A. RGB value is (177,186,58). Sum of RGB (Red+Green+Blue) = 177+186+58=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA3A is #4E45C5. Grayscale: #A9A9A9. Windows color (decimal): -5129670 or 3848881. OLE color: 3848881.
HSL color Cylindrical-coordinate representation of color #B1BA3A: hue angle of 64.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1BA3A is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 58 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.27 |
| HSL | 64.22º | 0.52% | 0.48% | - |
| HSV(B) | 64.22º | 0.69% | 0.73% | - |
| XYZ | 36.45 | 44.77 | 10.72 | - |
| YUV | 168.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 58 | 0.05 | 0 | 0.69 | 0.27 | 64.22 | 0.52 | 0.48 |
| Hex | B1 | BA | 3A | 5 | 0 | 45 | 1B | 40 | 34 | 30 |
| Octal | 261 | 272 | 72 | 5 | 0 | 105 | 33 | 100 | 64 | 60 |
| Binary | 10110001 | 10111010 | 111010 | 101 | 0 | 1000101 | 11011 | 1000000 | 110100 | 110000 |
Color Harmonies of #B1BA3A
Complementary color
Monochromatic Colors of #B1BA3A
Black with #B1BA3A
Text Example
Text Example
White with #B1BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA3A; }
p { color: rgb(177,186,58); }
H1.HeaderClassName
{
color: #B1BA3A;
}
.AnyTagClassName
{
color: #B1BA3A;
}
</style>
background-color css
<style>
a { background-color: #B1BA3A; }
a { background-color: rgb(177,186,58); }
div.DivClassName
{
background-color: #B1BA3A;
}
.BgClassName
{
background-color: #B1BA3A;
}
</style>
border-color css
<style>
span { border-color: #B1BA3A; }
span { border-color: rgb(177,186,58); }
td.TdClassName
{
border-color: #B1BA3A;
}
.TagClassName
{
border-color: #B1BA3A;
}
</style>