Shades of Celery #B1BA43
Tints of Celery #B1BA43
RGB
CMYK
RGB Variations
Color information
#B1BA43 (or 0xB1BA43) is known color: Celery. HEX triplet: B1, BA and 43. RGB value is (177,186,67). Sum of RGB (Red+Green+Blue) = 177+186+67=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 67 (26.56% from 255 or 15.58% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BA43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BA43 is #4E45BC. Grayscale: #AAAAAA. Windows color (decimal): -5129661 or 4438705. OLE color: 4438705.
HSL color Cylindrical-coordinate representation of color #B1BA43: hue angle of 64.54º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1BA43 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 67 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.27 |
| HSL | 64.54º | 0.47% | 0.5% | - |
| HSV(B) | 64.54º | 0.64% | 0.73% | - |
| XYZ | 36.7 | 44.87 | 12.04 | - |
| YUV | 169.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 67 | 0.05 | 0 | 0.64 | 0.27 | 64.54 | 0.47 | 0.5 |
| Hex | B1 | BA | 43 | 5 | 0 | 40 | 1B | 41 | 2F | 32 |
| Octal | 261 | 272 | 103 | 5 | 0 | 100 | 33 | 101 | 57 | 62 |
| Binary | 10110001 | 10111010 | 1000011 | 101 | 0 | 1000000 | 11011 | 1000001 | 101111 | 110010 |
Color Harmonies of #B1BA43
Complementary color
Monochromatic Colors of #B1BA43
Black with #B1BA43
Text Example
Text Example
White with #B1BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BA43; }
p { color: rgb(177,186,67); }
H1.HeaderClassName
{
color: #B1BA43;
}
.AnyTagClassName
{
color: #B1BA43;
}
</style>
background-color css
<style>
a { background-color: #B1BA43; }
a { background-color: rgb(177,186,67); }
div.DivClassName
{
background-color: #B1BA43;
}
.BgClassName
{
background-color: #B1BA43;
}
</style>
border-color css
<style>
span { border-color: #B1BA43; }
span { border-color: rgb(177,186,67); }
td.TdClassName
{
border-color: #B1BA43;
}
.TagClassName
{
border-color: #B1BA43;
}
</style>