Shades of Celery #B5BA45
Tints of Celery #B5BA45
RGB
CMYK
RGB Variations
Color information
#B5BA45 (or 0xB5BA45) is known color: Celery. HEX triplet: B5, BA and 45. RGB value is (181,186,69). Sum of RGB (Red+Green+Blue) = 181+186+69=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA45 is #4A45BA. Grayscale: #ABABAB. Windows color (decimal): -4867515 or 4569781. OLE color: 4569781.
HSL color Cylindrical-coordinate representation of color #B5BA45: hue angle of 62.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5BA45 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 69 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.27 |
| HSL | 62.56º | 0.46% | 0.5% | - |
| HSV(B) | 62.56º | 0.63% | 0.73% | - |
| XYZ | 37.69 | 45.37 | 12.4 | - |
| YUV | 171.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 69 | 0.03 | 0 | 0.63 | 0.27 | 62.56 | 0.46 | 0.5 |
| Hex | B5 | BA | 45 | 3 | 0 | 3F | 1B | 3F | 2E | 32 |
| Octal | 265 | 272 | 105 | 3 | 0 | 77 | 33 | 77 | 56 | 62 |
| Binary | 10110101 | 10111010 | 1000101 | 11 | 0 | 111111 | 11011 | 111111 | 101110 | 110010 |
Color Harmonies of #B5BA45
Complementary color
Monochromatic Colors of #B5BA45
Black with #B5BA45
Text Example
Text Example
White with #B5BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA45; }
p { color: rgb(181,186,69); }
H1.HeaderClassName
{
color: #B5BA45;
}
.AnyTagClassName
{
color: #B5BA45;
}
</style>
background-color css
<style>
a { background-color: #B5BA45; }
a { background-color: rgb(181,186,69); }
div.DivClassName
{
background-color: #B5BA45;
}
.BgClassName
{
background-color: #B5BA45;
}
</style>
border-color css
<style>
span { border-color: #B5BA45; }
span { border-color: rgb(181,186,69); }
td.TdClassName
{
border-color: #B5BA45;
}
.TagClassName
{
border-color: #B5BA45;
}
</style>