Shades of Celery #B4BA4A
Tints of Celery #B4BA4A
RGB
CMYK
RGB Variations
Color information
#B4BA4A (or 0xB4BA4A) is known color: Celery. HEX triplet: B4, BA and 4A. RGB value is (180,186,74). Sum of RGB (Red+Green+Blue) = 180+186+74=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA4A is #4B45B5. Grayscale: #ABABAB. Windows color (decimal): -4933046 or 4897460. OLE color: 4897460.
HSL color Cylindrical-coordinate representation of color #B4BA4A: hue angle of 63.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4BA4A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 74 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.27 |
| HSL | 63.21º | 0.45% | 0.51% | - |
| HSV(B) | 63.21º | 0.6% | 0.73% | - |
| XYZ | 37.62 | 45.32 | 13.24 | - |
| YUV | 171.44 | 73.01 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 74 | 0.03 | 0 | 0.60 | 0.27 | 63.21 | 0.45 | 0.51 |
| Hex | B4 | BA | 4A | 3 | 0 | 3C | 1B | 3F | 2D | 33 |
| Octal | 264 | 272 | 112 | 3 | 0 | 74 | 33 | 77 | 55 | 63 |
| Binary | 10110100 | 10111010 | 1001010 | 11 | 0 | 111100 | 11011 | 111111 | 101101 | 110011 |
Color Harmonies of #B4BA4A
Complementary color
Monochromatic Colors of #B4BA4A
Black with #B4BA4A
Text Example
Text Example
White with #B4BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA4A; }
p { color: rgb(180,186,74); }
H1.HeaderClassName
{
color: #B4BA4A;
}
.AnyTagClassName
{
color: #B4BA4A;
}
</style>
background-color css
<style>
a { background-color: #B4BA4A; }
a { background-color: rgb(180,186,74); }
div.DivClassName
{
background-color: #B4BA4A;
}
.BgClassName
{
background-color: #B4BA4A;
}
</style>
border-color css
<style>
span { border-color: #B4BA4A; }
span { border-color: rgb(180,186,74); }
td.TdClassName
{
border-color: #B4BA4A;
}
.TagClassName
{
border-color: #B4BA4A;
}
</style>