Shades of Celery #BAB749
Tints of Celery #BAB749
RGB
CMYK
RGB Variations
Color information
#BAB749 (or 0xBAB749) is known color: Celery. HEX triplet: BA, B7 and 49. RGB value is (186,183,73). Sum of RGB (Red+Green+Blue) = 186+183+73=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB749 is #4548B6. Grayscale: #ABABAB. Windows color (decimal): -4540599 or 4831162. OLE color: 4831162.
HSL color Cylindrical-coordinate representation of color #BAB749: hue angle of 58.41º 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 #BAB749 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 73 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.27 |
| HSL | 58.41º | 0.45% | 0.51% | - |
| HSV(B) | 58.41º | 0.61% | 0.73% | - |
| XYZ | 38.39 | 44.79 | 12.92 | - |
| YUV | 171.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 73 | 0 | 0.02 | 0.61 | 0.27 | 58.41 | 0.45 | 0.51 |
| Hex | BA | B7 | 49 | 0 | 2 | 3D | 1B | 3A | 2D | 33 |
| Octal | 272 | 267 | 111 | 0 | 2 | 75 | 33 | 72 | 55 | 63 |
| Binary | 10111010 | 10110111 | 1001001 | 0 | 10 | 111101 | 11011 | 111010 | 101101 | 110011 |
Color Harmonies of #BAB749
Complementary color
Monochromatic Colors of #BAB749
Black with #BAB749
Text Example
Text Example
White with #BAB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB749; }
p { color: rgb(186,183,73); }
H1.HeaderClassName
{
color: #BAB749;
}
.AnyTagClassName
{
color: #BAB749;
}
</style>
background-color css
<style>
a { background-color: #BAB749; }
a { background-color: rgb(186,183,73); }
div.DivClassName
{
background-color: #BAB749;
}
.BgClassName
{
background-color: #BAB749;
}
</style>
border-color css
<style>
span { border-color: #BAB749; }
span { border-color: rgb(186,183,73); }
td.TdClassName
{
border-color: #BAB749;
}
.TagClassName
{
border-color: #BAB749;
}
</style>