Shades of Celery #B5B449
Tints of Celery #B5B449
RGB
CMYK
RGB Variations
Color information
#B5B449 (or 0xB5B449) is known color: Celery. HEX triplet: B5, B4 and 49. RGB value is (181,180,73). Sum of RGB (Red+Green+Blue) = 181+180+73=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B449 is #4A4BB6. Grayscale: #A8A8A8. Windows color (decimal): -4869047 or 4830389. OLE color: 4830389.
HSL color Cylindrical-coordinate representation of color #B5B449: hue angle of 59.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5B449 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 73 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.29 |
| HSL | 59.44º | 0.43% | 0.5% | - |
| HSV(B) | 59.44º | 0.6% | 0.71% | - |
| XYZ | 36.58 | 42.95 | 12.67 | - |
| YUV | 168.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 73 | 0 | 0.01 | 0.60 | 0.29 | 59.44 | 0.43 | 0.5 |
| Hex | B5 | B4 | 49 | 0 | 1 | 3C | 1D | 3B | 2B | 32 |
| Octal | 265 | 264 | 111 | 0 | 1 | 74 | 35 | 73 | 53 | 62 |
| Binary | 10110101 | 10110100 | 1001001 | 0 | 1 | 111100 | 11101 | 111011 | 101011 | 110010 |
Color Harmonies of #B5B449
Complementary color
Monochromatic Colors of #B5B449
Black with #B5B449
Text Example
Text Example
White with #B5B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B449; }
p { color: rgb(181,180,73); }
H1.HeaderClassName
{
color: #B5B449;
}
.AnyTagClassName
{
color: #B5B449;
}
</style>
background-color css
<style>
a { background-color: #B5B449; }
a { background-color: rgb(181,180,73); }
div.DivClassName
{
background-color: #B5B449;
}
.BgClassName
{
background-color: #B5B449;
}
</style>
border-color css
<style>
span { border-color: #B5B449; }
span { border-color: rgb(181,180,73); }
td.TdClassName
{
border-color: #B5B449;
}
.TagClassName
{
border-color: #B5B449;
}
</style>