Shades of Celery #B4BA47
Tints of Celery #B4BA47
RGB
CMYK
RGB Variations
Color information
#B4BA47 (or 0xB4BA47) is known color: Celery. HEX triplet: B4, BA and 47. RGB value is (180,186,71). Sum of RGB (Red+Green+Blue) = 180+186+71=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA47 is #4B45B8. Grayscale: #ABABAB. Windows color (decimal): -4933049 or 4700852. OLE color: 4700852.
HSL color Cylindrical-coordinate representation of color #B4BA47: hue angle of 63.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4BA47 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 71 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.27 |
| HSL | 63.13º | 0.45% | 0.5% | - |
| HSV(B) | 63.13º | 0.62% | 0.73% | - |
| XYZ | 37.52 | 45.28 | 12.72 | - |
| YUV | 171.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 71 | 0.03 | 0 | 0.62 | 0.27 | 63.13 | 0.45 | 0.5 |
| Hex | B4 | BA | 47 | 3 | 0 | 3E | 1B | 3F | 2D | 32 |
| Octal | 264 | 272 | 107 | 3 | 0 | 76 | 33 | 77 | 55 | 62 |
| Binary | 10110100 | 10111010 | 1000111 | 11 | 0 | 111110 | 11011 | 111111 | 101101 | 110010 |
Color Harmonies of #B4BA47
Complementary color
Monochromatic Colors of #B4BA47
Black with #B4BA47
Text Example
Text Example
White with #B4BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA47; }
p { color: rgb(180,186,71); }
H1.HeaderClassName
{
color: #B4BA47;
}
.AnyTagClassName
{
color: #B4BA47;
}
</style>
background-color css
<style>
a { background-color: #B4BA47; }
a { background-color: rgb(180,186,71); }
div.DivClassName
{
background-color: #B4BA47;
}
.BgClassName
{
background-color: #B4BA47;
}
</style>
border-color css
<style>
span { border-color: #B4BA47; }
span { border-color: rgb(180,186,71); }
td.TdClassName
{
border-color: #B4BA47;
}
.TagClassName
{
border-color: #B4BA47;
}
</style>