Shades of Celery #B5BA40
Tints of Celery #B5BA40
RGB
CMYK
RGB Variations
Color information
#B5BA40 (or 0xB5BA40) is known color: Celery. HEX triplet: B5, BA and 40. RGB value is (181,186,64). Sum of RGB (Red+Green+Blue) = 181+186+64=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA40 is #4A45BF. Grayscale: #ABABAB. Windows color (decimal): -4867520 or 4242101. OLE color: 4242101.
HSL color Cylindrical-coordinate representation of color #B5BA40: hue angle of 62.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5BA40 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 64 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.27 |
| HSL | 62.46º | 0.49% | 0.49% | - |
| HSV(B) | 62.46º | 0.66% | 0.73% | - |
| XYZ | 37.54 | 45.31 | 11.62 | - |
| YUV | 170.6 | 67.84 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 64 | 0.03 | 0 | 0.66 | 0.27 | 62.46 | 0.49 | 0.49 |
| Hex | B5 | BA | 40 | 3 | 0 | 42 | 1B | 3E | 31 | 31 |
| Octal | 265 | 272 | 100 | 3 | 0 | 102 | 33 | 76 | 61 | 61 |
| Binary | 10110101 | 10111010 | 1000000 | 11 | 0 | 1000010 | 11011 | 111110 | 110001 | 110001 |
Color Harmonies of #B5BA40
Complementary color
Monochromatic Colors of #B5BA40
Black with #B5BA40
Text Example
Text Example
White with #B5BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA40; }
p { color: rgb(181,186,64); }
H1.HeaderClassName
{
color: #B5BA40;
}
.AnyTagClassName
{
color: #B5BA40;
}
</style>
background-color css
<style>
a { background-color: #B5BA40; }
a { background-color: rgb(181,186,64); }
div.DivClassName
{
background-color: #B5BA40;
}
.BgClassName
{
background-color: #B5BA40;
}
</style>
border-color css
<style>
span { border-color: #B5BA40; }
span { border-color: rgb(181,186,64); }
td.TdClassName
{
border-color: #B5BA40;
}
.TagClassName
{
border-color: #B5BA40;
}
</style>