Shades of Celery #B4BA3A
Tints of Celery #B4BA3A
RGB
CMYK
RGB Variations
Color information
#B4BA3A (or 0xB4BA3A) is known color: Celery. HEX triplet: B4, BA and 3A. RGB value is (180,186,58). Sum of RGB (Red+Green+Blue) = 180+186+58=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA3A is #4B45C5. Grayscale: #AAAAAA. Windows color (decimal): -4933062 or 3848884. OLE color: 3848884.
HSL color Cylindrical-coordinate representation of color #B4BA3A: hue angle of 62.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4BA3A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 58 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.27 |
| HSL | 62.81º | 0.52% | 0.48% | - |
| HSV(B) | 62.81º | 0.69% | 0.73% | - |
| XYZ | 37.15 | 45.13 | 10.76 | - |
| YUV | 169.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 58 | 0.03 | 0 | 0.69 | 0.27 | 62.81 | 0.52 | 0.48 |
| Hex | B4 | BA | 3A | 3 | 0 | 45 | 1B | 3F | 34 | 30 |
| Octal | 264 | 272 | 72 | 3 | 0 | 105 | 33 | 77 | 64 | 60 |
| Binary | 10110100 | 10111010 | 111010 | 11 | 0 | 1000101 | 11011 | 111111 | 110100 | 110000 |
Color Harmonies of #B4BA3A
Complementary color
Monochromatic Colors of #B4BA3A
Black with #B4BA3A
Text Example
Text Example
White with #B4BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA3A; }
p { color: rgb(180,186,58); }
H1.HeaderClassName
{
color: #B4BA3A;
}
.AnyTagClassName
{
color: #B4BA3A;
}
</style>
background-color css
<style>
a { background-color: #B4BA3A; }
a { background-color: rgb(180,186,58); }
div.DivClassName
{
background-color: #B4BA3A;
}
.BgClassName
{
background-color: #B4BA3A;
}
</style>
border-color css
<style>
span { border-color: #B4BA3A; }
span { border-color: rgb(180,186,58); }
td.TdClassName
{
border-color: #B4BA3A;
}
.TagClassName
{
border-color: #B4BA3A;
}
</style>