Shades of Celery #BAB748
Tints of Celery #BAB748
RGB
CMYK
RGB Variations
Color information
#BAB748 (or 0xBAB748) is known color: Celery. HEX triplet: BA, B7 and 48. RGB value is (186,183,72). Sum of RGB (Red+Green+Blue) = 186+183+72=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB748 is #4548B7. Grayscale: #ABABAB. Windows color (decimal): -4540600 or 4765626. OLE color: 4765626.
HSL color Cylindrical-coordinate representation of color #BAB748: hue angle of 58.42º 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 #BAB748 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 72 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.27 |
| HSL | 58.42º | 0.45% | 0.51% | - |
| HSV(B) | 58.42º | 0.61% | 0.73% | - |
| XYZ | 38.35 | 44.77 | 12.75 | - |
| YUV | 171.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 72 | 0 | 0.02 | 0.61 | 0.27 | 58.42 | 0.45 | 0.51 |
| Hex | BA | B7 | 48 | 0 | 2 | 3D | 1B | 3A | 2D | 33 |
| Octal | 272 | 267 | 110 | 0 | 2 | 75 | 33 | 72 | 55 | 63 |
| Binary | 10111010 | 10110111 | 1001000 | 0 | 10 | 111101 | 11011 | 111010 | 101101 | 110011 |
Color Harmonies of #BAB748
Complementary color
Monochromatic Colors of #BAB748
Black with #BAB748
Text Example
Text Example
White with #BAB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB748; }
p { color: rgb(186,183,72); }
H1.HeaderClassName
{
color: #BAB748;
}
.AnyTagClassName
{
color: #BAB748;
}
</style>
background-color css
<style>
a { background-color: #BAB748; }
a { background-color: rgb(186,183,72); }
div.DivClassName
{
background-color: #BAB748;
}
.BgClassName
{
background-color: #BAB748;
}
</style>
border-color css
<style>
span { border-color: #BAB748; }
span { border-color: rgb(186,183,72); }
td.TdClassName
{
border-color: #BAB748;
}
.TagClassName
{
border-color: #BAB748;
}
</style>