Shades of Celery #B5BA34
Tints of Celery #B5BA34
RGB
CMYK
RGB Variations
Color information
#B5BA34 (or 0xB5BA34) is known color: Celery. HEX triplet: B5, BA and 34. RGB value is (181,186,52). Sum of RGB (Red+Green+Blue) = 181+186+52=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA34 is #4A45CB. Grayscale: #A9A9A9. Windows color (decimal): -4867532 or 3455669. OLE color: 3455669.
HSL color Cylindrical-coordinate representation of color #B5BA34: hue angle of 62.24º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5BA34 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 52 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.27 |
| HSL | 62.24º | 0.56% | 0.47% | - |
| HSV(B) | 62.24º | 0.72% | 0.73% | - |
| XYZ | 37.23 | 45.19 | 10.01 | - |
| YUV | 169.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 52 | 0.03 | 0 | 0.72 | 0.27 | 62.24 | 0.56 | 0.47 |
| Hex | B5 | BA | 34 | 3 | 0 | 48 | 1B | 3E | 38 | 2F |
| Octal | 265 | 272 | 64 | 3 | 0 | 110 | 33 | 76 | 70 | 57 |
| Binary | 10110101 | 10111010 | 110100 | 11 | 0 | 1001000 | 11011 | 111110 | 111000 | 101111 |
Color Harmonies of #B5BA34
Complementary color
Monochromatic Colors of #B5BA34
Black with #B5BA34
Text Example
Text Example
White with #B5BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA34; }
p { color: rgb(181,186,52); }
H1.HeaderClassName
{
color: #B5BA34;
}
.AnyTagClassName
{
color: #B5BA34;
}
</style>
background-color css
<style>
a { background-color: #B5BA34; }
a { background-color: rgb(181,186,52); }
div.DivClassName
{
background-color: #B5BA34;
}
.BgClassName
{
background-color: #B5BA34;
}
</style>
border-color css
<style>
span { border-color: #B5BA34; }
span { border-color: rgb(181,186,52); }
td.TdClassName
{
border-color: #B5BA34;
}
.TagClassName
{
border-color: #B5BA34;
}
</style>