Shades of Celery #B4BA4D
Tints of Celery #B4BA4D
RGB
CMYK
RGB Variations
Color information
#B4BA4D (or 0xB4BA4D) is known color: Celery. HEX triplet: B4, BA and 4D. RGB value is (180,186,77). Sum of RGB (Red+Green+Blue) = 180+186+77=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA4D is #4B45B2. Grayscale: #ACACAC. Windows color (decimal): -4933043 or 5094068. OLE color: 5094068.
HSL color Cylindrical-coordinate representation of color #B4BA4D: hue angle of 63.3º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4BA4D is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 77 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.27 |
| HSL | 63.3º | 0.44% | 0.52% | - |
| HSV(B) | 63.3º | 0.59% | 0.73% | - |
| XYZ | 37.72 | 45.36 | 13.79 | - |
| YUV | 171.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 77 | 0.03 | 0 | 0.59 | 0.27 | 63.3 | 0.44 | 0.52 |
| Hex | B4 | BA | 4D | 3 | 0 | 3B | 1B | 3F | 2C | 34 |
| Octal | 264 | 272 | 115 | 3 | 0 | 73 | 33 | 77 | 54 | 64 |
| Binary | 10110100 | 10111010 | 1001101 | 11 | 0 | 111011 | 11011 | 111111 | 101100 | 110100 |
Color Harmonies of #B4BA4D
Complementary color
Monochromatic Colors of #B4BA4D
Black with #B4BA4D
Text Example
Text Example
White with #B4BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA4D; }
p { color: rgb(180,186,77); }
H1.HeaderClassName
{
color: #B4BA4D;
}
.AnyTagClassName
{
color: #B4BA4D;
}
</style>
background-color css
<style>
a { background-color: #B4BA4D; }
a { background-color: rgb(180,186,77); }
div.DivClassName
{
background-color: #B4BA4D;
}
.BgClassName
{
background-color: #B4BA4D;
}
</style>
border-color css
<style>
span { border-color: #B4BA4D; }
span { border-color: rgb(180,186,77); }
td.TdClassName
{
border-color: #B4BA4D;
}
.TagClassName
{
border-color: #B4BA4D;
}
</style>