Shades of Celery #BAB747
Tints of Celery #BAB747
RGB
CMYK
RGB Variations
Color information
#BAB747 (or 0xBAB747) is known color: Celery. HEX triplet: BA, B7 and 47. RGB value is (186,183,71). Sum of RGB (Red+Green+Blue) = 186+183+71=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB747 is #4548B8. Grayscale: #ABABAB. Windows color (decimal): -4540601 or 4700090. OLE color: 4700090.
HSL color Cylindrical-coordinate representation of color #BAB747: hue angle of 58.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAB747 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 71 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.27 |
| HSL | 58.43º | 0.45% | 0.5% | - |
| HSV(B) | 58.43º | 0.62% | 0.73% | - |
| XYZ | 38.32 | 44.76 | 12.58 | - |
| YUV | 171.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 71 | 0 | 0.02 | 0.62 | 0.27 | 58.43 | 0.45 | 0.5 |
| Hex | BA | B7 | 47 | 0 | 2 | 3E | 1B | 3A | 2D | 32 |
| Octal | 272 | 267 | 107 | 0 | 2 | 76 | 33 | 72 | 55 | 62 |
| Binary | 10111010 | 10110111 | 1000111 | 0 | 10 | 111110 | 11011 | 111010 | 101101 | 110010 |
Color Harmonies of #BAB747
Complementary color
Monochromatic Colors of #BAB747
Black with #BAB747
Text Example
Text Example
White with #BAB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB747; }
p { color: rgb(186,183,71); }
H1.HeaderClassName
{
color: #BAB747;
}
.AnyTagClassName
{
color: #BAB747;
}
</style>
background-color css
<style>
a { background-color: #BAB747; }
a { background-color: rgb(186,183,71); }
div.DivClassName
{
background-color: #BAB747;
}
.BgClassName
{
background-color: #BAB747;
}
</style>
border-color css
<style>
span { border-color: #BAB747; }
span { border-color: rgb(186,183,71); }
td.TdClassName
{
border-color: #BAB747;
}
.TagClassName
{
border-color: #BAB747;
}
</style>