Shades of Celery #B1BA57
Tints of Celery #B1BA57
RGB
CMYK
RGB Variations
Color information
#B1BA57 (or 0xB1BA57) is known color: Celery. HEX triplet: B1, BA and 57. RGB value is (177,186,87). Sum of RGB (Red+Green+Blue) = 177+186+87=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA57 is #4E45A8. Grayscale: #ACACAC. Windows color (decimal): -5129641 or 5749425. OLE color: 5749425.
HSL color Cylindrical-coordinate representation of color #B1BA57: hue angle of 65.45º 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 #B1BA57 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 87 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.27 |
| HSL | 65.45º | 0.42% | 0.54% | - |
| HSV(B) | 65.45º | 0.53% | 0.73% | - |
| XYZ | 37.41 | 45.15 | 15.76 | - |
| YUV | 172.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 87 | 0.05 | 0 | 0.53 | 0.27 | 65.45 | 0.42 | 0.54 |
| Hex | B1 | BA | 57 | 5 | 0 | 35 | 1B | 41 | 2A | 36 |
| Octal | 261 | 272 | 127 | 5 | 0 | 65 | 33 | 101 | 52 | 66 |
| Binary | 10110001 | 10111010 | 1010111 | 101 | 0 | 110101 | 11011 | 1000001 | 101010 | 110110 |
Color Harmonies of #B1BA57
Complementary color
Monochromatic Colors of #B1BA57
Black with #B1BA57
Text Example
Text Example
White with #B1BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA57; }
p { color: rgb(177,186,87); }
H1.HeaderClassName
{
color: #B1BA57;
}
.AnyTagClassName
{
color: #B1BA57;
}
</style>
background-color css
<style>
a { background-color: #B1BA57; }
a { background-color: rgb(177,186,87); }
div.DivClassName
{
background-color: #B1BA57;
}
.BgClassName
{
background-color: #B1BA57;
}
</style>
border-color css
<style>
span { border-color: #B1BA57; }
span { border-color: rgb(177,186,87); }
td.TdClassName
{
border-color: #B1BA57;
}
.TagClassName
{
border-color: #B1BA57;
}
</style>