Shades of Celery #B5B54A
Tints of Celery #B5B54A
RGB
CMYK
RGB Variations
Color information
#B5B54A (or 0xB5B54A) is known color: Celery. HEX triplet: B5, B5 and 4A. RGB value is (181,181,74). Sum of RGB (Red+Green+Blue) = 181+181+74=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B54A is #4A4AB5. Grayscale: #A9A9A9. Windows color (decimal): -4868790 or 4896181. OLE color: 4896181.
HSL color Cylindrical-coordinate representation of color #B5B54A: hue angle of 60º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5B54A is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 74 | - |
| CMYK | 0 | 0 | 0.59 | 0.29 |
| HSL | 60º | 0.42% | 0.5% | - |
| HSV(B) | 60º | 0.59% | 0.71% | - |
| XYZ | 36.82 | 43.37 | 12.91 | - |
| YUV | 168.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 74 | 0 | 0 | 0.59 | 0.29 | 60 | 0.42 | 0.5 |
| Hex | B5 | B5 | 4A | 0 | 0 | 3B | 1D | 3C | 2A | 32 |
| Octal | 265 | 265 | 112 | 0 | 0 | 73 | 35 | 74 | 52 | 62 |
| Binary | 10110101 | 10110101 | 1001010 | 0 | 0 | 111011 | 11101 | 111100 | 101010 | 110010 |
Color Harmonies of #B5B54A
Complementary color
Monochromatic Colors of #B5B54A
Black with #B5B54A
Text Example
Text Example
White with #B5B54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B54A; }
p { color: rgb(181,181,74); }
H1.HeaderClassName
{
color: #B5B54A;
}
.AnyTagClassName
{
color: #B5B54A;
}
</style>
background-color css
<style>
a { background-color: #B5B54A; }
a { background-color: rgb(181,181,74); }
div.DivClassName
{
background-color: #B5B54A;
}
.BgClassName
{
background-color: #B5B54A;
}
</style>
border-color css
<style>
span { border-color: #B5B54A; }
span { border-color: rgb(181,181,74); }
td.TdClassName
{
border-color: #B5B54A;
}
.TagClassName
{
border-color: #B5B54A;
}
</style>