Shades of Celery #B5BA37
Tints of Celery #B5BA37
RGB
CMYK
RGB Variations
Color information
#B5BA37 (or 0xB5BA37) is known color: Celery. HEX triplet: B5, BA and 37. RGB value is (181,186,55). Sum of RGB (Red+Green+Blue) = 181+186+55=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA37 is #4A45C8. Grayscale: #AAAAAA. Windows color (decimal): -4867529 or 3652277. OLE color: 3652277.
HSL color Cylindrical-coordinate representation of color #B5BA37: hue angle of 62.29º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5BA37 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 55 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.27 |
| HSL | 62.29º | 0.54% | 0.47% | - |
| HSV(B) | 62.29º | 0.7% | 0.73% | - |
| XYZ | 37.3 | 45.22 | 10.38 | - |
| YUV | 169.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 55 | 0.03 | 0 | 0.70 | 0.27 | 62.29 | 0.54 | 0.47 |
| Hex | B5 | BA | 37 | 3 | 0 | 46 | 1B | 3E | 36 | 2F |
| Octal | 265 | 272 | 67 | 3 | 0 | 106 | 33 | 76 | 66 | 57 |
| Binary | 10110101 | 10111010 | 110111 | 11 | 0 | 1000110 | 11011 | 111110 | 110110 | 101111 |
Color Harmonies of #B5BA37
Complementary color
Monochromatic Colors of #B5BA37
Black with #B5BA37
Text Example
Text Example
White with #B5BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA37; }
p { color: rgb(181,186,55); }
H1.HeaderClassName
{
color: #B5BA37;
}
.AnyTagClassName
{
color: #B5BA37;
}
</style>
background-color css
<style>
a { background-color: #B5BA37; }
a { background-color: rgb(181,186,55); }
div.DivClassName
{
background-color: #B5BA37;
}
.BgClassName
{
background-color: #B5BA37;
}
</style>
border-color css
<style>
span { border-color: #B5BA37; }
span { border-color: rgb(181,186,55); }
td.TdClassName
{
border-color: #B5BA37;
}
.TagClassName
{
border-color: #B5BA37;
}
</style>