Shades of Celery #BAB549
Tints of Celery #BAB549
RGB
CMYK
RGB Variations
Color information
#BAB549 (or 0xBAB549) is known color: Celery. HEX triplet: BA, B5 and 49. RGB value is (186,181,73). Sum of RGB (Red+Green+Blue) = 186+181+73=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB549 is #454AB6. Grayscale: #AAAAAA. Windows color (decimal): -4541111 or 4830650. OLE color: 4830650.
HSL color Cylindrical-coordinate representation of color #BAB549: hue angle of 57.35º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAB549 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 73 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.27 |
| HSL | 57.35º | 0.45% | 0.51% | - |
| HSV(B) | 57.35º | 0.61% | 0.73% | - |
| XYZ | 37.98 | 43.97 | 12.79 | - |
| YUV | 170.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 73 | 0 | 0.03 | 0.61 | 0.27 | 57.35 | 0.45 | 0.51 |
| Hex | BA | B5 | 49 | 0 | 3 | 3D | 1B | 39 | 2D | 33 |
| Octal | 272 | 265 | 111 | 0 | 3 | 75 | 33 | 71 | 55 | 63 |
| Binary | 10111010 | 10110101 | 1001001 | 0 | 11 | 111101 | 11011 | 111001 | 101101 | 110011 |
Color Harmonies of #BAB549
Complementary color
Monochromatic Colors of #BAB549
Black with #BAB549
Text Example
Text Example
White with #BAB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB549; }
p { color: rgb(186,181,73); }
H1.HeaderClassName
{
color: #BAB549;
}
.AnyTagClassName
{
color: #BAB549;
}
</style>
background-color css
<style>
a { background-color: #BAB549; }
a { background-color: rgb(186,181,73); }
div.DivClassName
{
background-color: #BAB549;
}
.BgClassName
{
background-color: #BAB549;
}
</style>
border-color css
<style>
span { border-color: #BAB549; }
span { border-color: rgb(186,181,73); }
td.TdClassName
{
border-color: #BAB549;
}
.TagClassName
{
border-color: #BAB549;
}
</style>