Shades of Celery #B1BA56
Tints of Celery #B1BA56
RGB
CMYK
RGB Variations
Color information
#B1BA56 (or 0xB1BA56) is known color: Celery. HEX triplet: B1, BA and 56. RGB value is (177,186,86). Sum of RGB (Red+Green+Blue) = 177+186+86=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BA56 is #4E45A9. Grayscale: #ACACAC. Windows color (decimal): -5129642 or 5683889. OLE color: 5683889.
HSL color Cylindrical-coordinate representation of color #B1BA56: hue angle of 65.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1BA56 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 86 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.27 |
| HSL | 65.4º | 0.42% | 0.53% | - |
| HSV(B) | 65.4º | 0.54% | 0.73% | - |
| XYZ | 37.37 | 45.14 | 15.55 | - |
| YUV | 171.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 86 | 0.05 | 0 | 0.54 | 0.27 | 65.4 | 0.42 | 0.53 |
| Hex | B1 | BA | 56 | 5 | 0 | 36 | 1B | 41 | 2A | 35 |
| Octal | 261 | 272 | 126 | 5 | 0 | 66 | 33 | 101 | 52 | 65 |
| Binary | 10110001 | 10111010 | 1010110 | 101 | 0 | 110110 | 11011 | 1000001 | 101010 | 110101 |
Color Harmonies of #B1BA56
Complementary color
Monochromatic Colors of #B1BA56
Black with #B1BA56
Text Example
Text Example
White with #B1BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA56; }
p { color: rgb(177,186,86); }
H1.HeaderClassName
{
color: #B1BA56;
}
.AnyTagClassName
{
color: #B1BA56;
}
</style>
background-color css
<style>
a { background-color: #B1BA56; }
a { background-color: rgb(177,186,86); }
div.DivClassName
{
background-color: #B1BA56;
}
.BgClassName
{
background-color: #B1BA56;
}
</style>
border-color css
<style>
span { border-color: #B1BA56; }
span { border-color: rgb(177,186,86); }
td.TdClassName
{
border-color: #B1BA56;
}
.TagClassName
{
border-color: #B1BA56;
}
</style>