Shades of Celery #B4BA46
Tints of Celery #B4BA46
RGB
CMYK
RGB Variations
Color information
#B4BA46 (or 0xB4BA46) is known color: Celery. HEX triplet: B4, BA and 46. RGB value is (180,186,70). Sum of RGB (Red+Green+Blue) = 180+186+70=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA46 is #4B45B9. Grayscale: #ABABAB. Windows color (decimal): -4933050 or 4635316. OLE color: 4635316.
HSL color Cylindrical-coordinate representation of color #B4BA46: hue angle of 63.1º degrees, saturation: 0.46, 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 #B4BA46 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 186 | 70 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.27 |
| HSL | 63.1º | 0.46% | 0.5% | - |
| HSV(B) | 63.1º | 0.62% | 0.73% | - |
| XYZ | 37.49 | 45.26 | 12.56 | - |
| YUV | 170.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 70 | 0.03 | 0 | 0.62 | 0.27 | 63.1 | 0.46 | 0.5 |
| Hex | B4 | BA | 46 | 3 | 0 | 3E | 1B | 3F | 2E | 32 |
| Octal | 264 | 272 | 106 | 3 | 0 | 76 | 33 | 77 | 56 | 62 |
| Binary | 10110100 | 10111010 | 1000110 | 11 | 0 | 111110 | 11011 | 111111 | 101110 | 110010 |
Color Harmonies of #B4BA46
Complementary color
Monochromatic Colors of #B4BA46
Black with #B4BA46
Text Example
Text Example
White with #B4BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BA46; }
p { color: rgb(180,186,70); }
H1.HeaderClassName
{
color: #B4BA46;
}
.AnyTagClassName
{
color: #B4BA46;
}
</style>
background-color css
<style>
a { background-color: #B4BA46; }
a { background-color: rgb(180,186,70); }
div.DivClassName
{
background-color: #B4BA46;
}
.BgClassName
{
background-color: #B4BA46;
}
</style>
border-color css
<style>
span { border-color: #B4BA46; }
span { border-color: rgb(180,186,70); }
td.TdClassName
{
border-color: #B4BA46;
}
.TagClassName
{
border-color: #B4BA46;
}
</style>