Shades of Celery #B5BA4C
Tints of Celery #B5BA4C
RGB
CMYK
RGB Variations
Color information
#B5BA4C (or 0xB5BA4C) is known color: Celery. HEX triplet: B5, BA and 4C. RGB value is (181,186,76). Sum of RGB (Red+Green+Blue) = 181+186+76=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA4C is #4A45B3. Grayscale: #ACACAC. Windows color (decimal): -4867508 or 5028533. OLE color: 5028533.
HSL color Cylindrical-coordinate representation of color #B5BA4C: hue angle of 62.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5BA4C is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 76 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.27 |
| HSL | 62.73º | 0.44% | 0.51% | - |
| HSV(B) | 62.73º | 0.59% | 0.73% | - |
| XYZ | 37.92 | 45.46 | 13.61 | - |
| YUV | 171.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 76 | 0.03 | 0 | 0.59 | 0.27 | 62.73 | 0.44 | 0.51 |
| Hex | B5 | BA | 4C | 3 | 0 | 3B | 1B | 3F | 2C | 33 |
| Octal | 265 | 272 | 114 | 3 | 0 | 73 | 33 | 77 | 54 | 63 |
| Binary | 10110101 | 10111010 | 1001100 | 11 | 0 | 111011 | 11011 | 111111 | 101100 | 110011 |
Color Harmonies of #B5BA4C
Complementary color
Monochromatic Colors of #B5BA4C
Black with #B5BA4C
Text Example
Text Example
White with #B5BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA4C; }
p { color: rgb(181,186,76); }
H1.HeaderClassName
{
color: #B5BA4C;
}
.AnyTagClassName
{
color: #B5BA4C;
}
</style>
background-color css
<style>
a { background-color: #B5BA4C; }
a { background-color: rgb(181,186,76); }
div.DivClassName
{
background-color: #B5BA4C;
}
.BgClassName
{
background-color: #B5BA4C;
}
</style>
border-color css
<style>
span { border-color: #B5BA4C; }
span { border-color: rgb(181,186,76); }
td.TdClassName
{
border-color: #B5BA4C;
}
.TagClassName
{
border-color: #B5BA4C;
}
</style>