Shades of Celery #B4BA54
Tints of Celery #B4BA54
RGB
CMYK
RGB Variations
Color information
#B4BA54 (or 0xB4BA54) is known color: Celery. HEX triplet: B4, BA and 54. RGB value is (180,186,84). Sum of RGB (Red+Green+Blue) = 180+186+84=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA54 is #4B45AB. Grayscale: #ACACAC. Windows color (decimal): -4933036 or 5552820. OLE color: 5552820.
HSL color Cylindrical-coordinate representation of color #B4BA54: hue angle of 63.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4BA54 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 84 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.27 |
| HSL | 63.53º | 0.43% | 0.53% | - |
| HSV(B) | 63.53º | 0.55% | 0.73% | - |
| XYZ | 37.98 | 45.46 | 15.16 | - |
| YUV | 172.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 84 | 0.03 | 0 | 0.55 | 0.27 | 63.53 | 0.43 | 0.53 |
| Hex | B4 | BA | 54 | 3 | 0 | 37 | 1B | 40 | 2A | 35 |
| Octal | 264 | 272 | 124 | 3 | 0 | 67 | 33 | 100 | 52 | 65 |
| Binary | 10110100 | 10111010 | 1010100 | 11 | 0 | 110111 | 11011 | 1000000 | 101010 | 110101 |
Color Harmonies of #B4BA54
Complementary color
Monochromatic Colors of #B4BA54
Black with #B4BA54
Text Example
Text Example
White with #B4BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA54; }
p { color: rgb(180,186,84); }
H1.HeaderClassName
{
color: #B4BA54;
}
.AnyTagClassName
{
color: #B4BA54;
}
</style>
background-color css
<style>
a { background-color: #B4BA54; }
a { background-color: rgb(180,186,84); }
div.DivClassName
{
background-color: #B4BA54;
}
.BgClassName
{
background-color: #B4BA54;
}
</style>
border-color css
<style>
span { border-color: #B4BA54; }
span { border-color: rgb(180,186,84); }
td.TdClassName
{
border-color: #B4BA54;
}
.TagClassName
{
border-color: #B4BA54;
}
</style>