Shades of Celery #BAB937
Tints of Celery #BAB937
RGB
CMYK
RGB Variations
Color information
#BAB937 (or 0xBAB937) is known color: Celery. HEX triplet: BA, B9 and 37. RGB value is (186,185,55). Sum of RGB (Red+Green+Blue) = 186+185+55=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB937 is #4546C8. Grayscale: #ABABAB. Windows color (decimal): -4540105 or 3652026. OLE color: 3652026.
HSL color Cylindrical-coordinate representation of color #BAB937: hue angle of 59.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAB937 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 55 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.27 |
| HSL | 59.54º | 0.54% | 0.47% | - |
| HSV(B) | 59.54º | 0.7% | 0.73% | - |
| XYZ | 38.29 | 45.41 | 10.36 | - |
| YUV | 170.48 | 62.83 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 55 | 0 | 0.01 | 0.70 | 0.27 | 59.54 | 0.54 | 0.47 |
| Hex | BA | B9 | 37 | 0 | 1 | 46 | 1B | 3C | 36 | 2F |
| Octal | 272 | 271 | 67 | 0 | 1 | 106 | 33 | 74 | 66 | 57 |
| Binary | 10111010 | 10111001 | 110111 | 0 | 1 | 1000110 | 11011 | 111100 | 110110 | 101111 |
Color Harmonies of #BAB937
Complementary color
Monochromatic Colors of #BAB937
Black with #BAB937
Text Example
Text Example
White with #BAB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB937; }
p { color: rgb(186,185,55); }
H1.HeaderClassName
{
color: #BAB937;
}
.AnyTagClassName
{
color: #BAB937;
}
</style>
background-color css
<style>
a { background-color: #BAB937; }
a { background-color: rgb(186,185,55); }
div.DivClassName
{
background-color: #BAB937;
}
.BgClassName
{
background-color: #BAB937;
}
</style>
border-color css
<style>
span { border-color: #BAB937; }
span { border-color: rgb(186,185,55); }
td.TdClassName
{
border-color: #BAB937;
}
.TagClassName
{
border-color: #BAB937;
}
</style>