Shades of Celery #B5BA36
Tints of Celery #B5BA36
RGB
CMYK
RGB Variations
Color information
#B5BA36 (or 0xB5BA36) is known color: Celery. HEX triplet: B5, BA and 36. RGB value is (181,186,54). Sum of RGB (Red+Green+Blue) = 181+186+54=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA36 is #4A45C9. Grayscale: #A9A9A9. Windows color (decimal): -4867530 or 3586741. OLE color: 3586741.
HSL color Cylindrical-coordinate representation of color #B5BA36: hue angle of 62.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5BA36 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 54 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.27 |
| HSL | 62.27º | 0.55% | 0.47% | - |
| HSV(B) | 62.27º | 0.71% | 0.73% | - |
| XYZ | 37.28 | 45.21 | 10.25 | - |
| YUV | 169.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 54 | 0.03 | 0 | 0.71 | 0.27 | 62.27 | 0.55 | 0.47 |
| Hex | B5 | BA | 36 | 3 | 0 | 47 | 1B | 3E | 37 | 2F |
| Octal | 265 | 272 | 66 | 3 | 0 | 107 | 33 | 76 | 67 | 57 |
| Binary | 10110101 | 10111010 | 110110 | 11 | 0 | 1000111 | 11011 | 111110 | 110111 | 101111 |
Color Harmonies of #B5BA36
Complementary color
Monochromatic Colors of #B5BA36
Black with #B5BA36
Text Example
Text Example
White with #B5BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA36; }
p { color: rgb(181,186,54); }
H1.HeaderClassName
{
color: #B5BA36;
}
.AnyTagClassName
{
color: #B5BA36;
}
</style>
background-color css
<style>
a { background-color: #B5BA36; }
a { background-color: rgb(181,186,54); }
div.DivClassName
{
background-color: #B5BA36;
}
.BgClassName
{
background-color: #B5BA36;
}
</style>
border-color css
<style>
span { border-color: #B5BA36; }
span { border-color: rgb(181,186,54); }
td.TdClassName
{
border-color: #B5BA36;
}
.TagClassName
{
border-color: #B5BA36;
}
</style>