Shades of Celery #B5BA49
Tints of Celery #B5BA49
RGB
CMYK
RGB Variations
Color information
#B5BA49 (or 0xB5BA49) is known color: Celery. HEX triplet: B5, BA and 49. RGB value is (181,186,73). Sum of RGB (Red+Green+Blue) = 181+186+73=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA49 is #4A45B6. Grayscale: #ACACAC. Windows color (decimal): -4867511 or 4831925. OLE color: 4831925.
HSL color Cylindrical-coordinate representation of color #B5BA49: hue angle of 62.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5BA49 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 73 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.27 |
| HSL | 62.65º | 0.45% | 0.51% | - |
| HSV(B) | 62.65º | 0.61% | 0.73% | - |
| XYZ | 37.82 | 45.42 | 13.08 | - |
| YUV | 171.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 73 | 0.03 | 0 | 0.61 | 0.27 | 62.65 | 0.45 | 0.51 |
| Hex | B5 | BA | 49 | 3 | 0 | 3D | 1B | 3F | 2D | 33 |
| Octal | 265 | 272 | 111 | 3 | 0 | 75 | 33 | 77 | 55 | 63 |
| Binary | 10110101 | 10111010 | 1001001 | 11 | 0 | 111101 | 11011 | 111111 | 101101 | 110011 |
Color Harmonies of #B5BA49
Complementary color
Monochromatic Colors of #B5BA49
Black with #B5BA49
Text Example
Text Example
White with #B5BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA49; }
p { color: rgb(181,186,73); }
H1.HeaderClassName
{
color: #B5BA49;
}
.AnyTagClassName
{
color: #B5BA49;
}
</style>
background-color css
<style>
a { background-color: #B5BA49; }
a { background-color: rgb(181,186,73); }
div.DivClassName
{
background-color: #B5BA49;
}
.BgClassName
{
background-color: #B5BA49;
}
</style>
border-color css
<style>
span { border-color: #B5BA49; }
span { border-color: rgb(181,186,73); }
td.TdClassName
{
border-color: #B5BA49;
}
.TagClassName
{
border-color: #B5BA49;
}
</style>