Shades of Celery #BAB745
Tints of Celery #BAB745
RGB
CMYK
RGB Variations
Color information
#BAB745 (or 0xBAB745) is known color: Celery. HEX triplet: BA, B7 and 45. RGB value is (186,183,69). Sum of RGB (Red+Green+Blue) = 186+183+69=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB745 is #4548BA. Grayscale: #ABABAB. Windows color (decimal): -4540603 or 4569018. OLE color: 4569018.
HSL color Cylindrical-coordinate representation of color #BAB745: hue angle of 58.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAB745 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 69 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.27 |
| HSL | 58.46º | 0.46% | 0.5% | - |
| HSV(B) | 58.46º | 0.63% | 0.73% | - |
| XYZ | 38.26 | 44.74 | 12.25 | - |
| YUV | 170.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 69 | 0 | 0.02 | 0.63 | 0.27 | 58.46 | 0.46 | 0.5 |
| Hex | BA | B7 | 45 | 0 | 2 | 3F | 1B | 3A | 2E | 32 |
| Octal | 272 | 267 | 105 | 0 | 2 | 77 | 33 | 72 | 56 | 62 |
| Binary | 10111010 | 10110111 | 1000101 | 0 | 10 | 111111 | 11011 | 111010 | 101110 | 110010 |
Color Harmonies of #BAB745
Complementary color
Monochromatic Colors of #BAB745
Black with #BAB745
Text Example
Text Example
White with #BAB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB745; }
p { color: rgb(186,183,69); }
H1.HeaderClassName
{
color: #BAB745;
}
.AnyTagClassName
{
color: #BAB745;
}
</style>
background-color css
<style>
a { background-color: #BAB745; }
a { background-color: rgb(186,183,69); }
div.DivClassName
{
background-color: #BAB745;
}
.BgClassName
{
background-color: #BAB745;
}
</style>
border-color css
<style>
span { border-color: #BAB745; }
span { border-color: rgb(186,183,69); }
td.TdClassName
{
border-color: #BAB745;
}
.TagClassName
{
border-color: #BAB745;
}
</style>