Shades of Celery #B5B546
Tints of Celery #B5B546
RGB
CMYK
RGB Variations
Color information
#B5B546 (or 0xB5B546) is known color: Celery. HEX triplet: B5, B5 and 46. RGB value is (181,181,70). Sum of RGB (Red+Green+Blue) = 181+181+70=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B546 is #4A4AB9. Grayscale: #A8A8A8. Windows color (decimal): -4868794 or 4634037. OLE color: 4634037.
HSL color Cylindrical-coordinate representation of color #B5B546: hue angle of 60º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5B546 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 70 | - |
| CMYK | 0 | 0 | 0.61 | 0.29 |
| HSL | 60º | 0.44% | 0.49% | - |
| HSV(B) | 60º | 0.61% | 0.71% | - |
| XYZ | 36.69 | 43.31 | 12.22 | - |
| YUV | 168.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 70 | 0 | 0 | 0.61 | 0.29 | 60 | 0.44 | 0.49 |
| Hex | B5 | B5 | 46 | 0 | 0 | 3D | 1D | 3C | 2C | 31 |
| Octal | 265 | 265 | 106 | 0 | 0 | 75 | 35 | 74 | 54 | 61 |
| Binary | 10110101 | 10110101 | 1000110 | 0 | 0 | 111101 | 11101 | 111100 | 101100 | 110001 |
Color Harmonies of #B5B546
Complementary color
Monochromatic Colors of #B5B546
Black with #B5B546
Text Example
Text Example
White with #B5B546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B546; }
p { color: rgb(181,181,70); }
H1.HeaderClassName
{
color: #B5B546;
}
.AnyTagClassName
{
color: #B5B546;
}
</style>
background-color css
<style>
a { background-color: #B5B546; }
a { background-color: rgb(181,181,70); }
div.DivClassName
{
background-color: #B5B546;
}
.BgClassName
{
background-color: #B5B546;
}
</style>
border-color css
<style>
span { border-color: #B5B546; }
span { border-color: rgb(181,181,70); }
td.TdClassName
{
border-color: #B5B546;
}
.TagClassName
{
border-color: #B5B546;
}
</style>