Shades of Celery #B5B54E
Tints of Celery #B5B54E
RGB
CMYK
RGB Variations
Color information
#B5B54E (or 0xB5B54E) is known color: Celery. HEX triplet: B5, B5 and 4E. RGB value is (181,181,78). Sum of RGB (Red+Green+Blue) = 181+181+78=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B54E is #4A4AB1. Grayscale: #A9A9A9. Windows color (decimal): -4868786 or 5158325. OLE color: 5158325.
HSL color Cylindrical-coordinate representation of color #B5B54E: hue angle of 60º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5B54E is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 78 | - |
| CMYK | 0 | 0 | 0.57 | 0.29 |
| HSL | 60º | 0.41% | 0.51% | - |
| HSV(B) | 60º | 0.57% | 0.71% | - |
| XYZ | 36.96 | 43.42 | 13.64 | - |
| YUV | 169.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 78 | 0 | 0 | 0.57 | 0.29 | 60 | 0.41 | 0.51 |
| Hex | B5 | B5 | 4E | 0 | 0 | 39 | 1D | 3C | 29 | 33 |
| Octal | 265 | 265 | 116 | 0 | 0 | 71 | 35 | 74 | 51 | 63 |
| Binary | 10110101 | 10110101 | 1001110 | 0 | 0 | 111001 | 11101 | 111100 | 101001 | 110011 |
Color Harmonies of #B5B54E
Complementary color
Monochromatic Colors of #B5B54E
Black with #B5B54E
Text Example
Text Example
White with #B5B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B54E; }
p { color: rgb(181,181,78); }
H1.HeaderClassName
{
color: #B5B54E;
}
.AnyTagClassName
{
color: #B5B54E;
}
</style>
background-color css
<style>
a { background-color: #B5B54E; }
a { background-color: rgb(181,181,78); }
div.DivClassName
{
background-color: #B5B54E;
}
.BgClassName
{
background-color: #B5B54E;
}
</style>
border-color css
<style>
span { border-color: #B5B54E; }
span { border-color: rgb(181,181,78); }
td.TdClassName
{
border-color: #B5B54E;
}
.TagClassName
{
border-color: #B5B54E;
}
</style>