Shades of Celery #BAB938
Tints of Celery #BAB938
RGB
CMYK
RGB Variations
Color information
#BAB938 (or 0xBAB938) is known color: Celery. HEX triplet: BA, B9 and 38. RGB value is (186,185,56). Sum of RGB (Red+Green+Blue) = 186+185+56=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB938 is #4546C7. Grayscale: #ABABAB. Windows color (decimal): -4540104 or 3717562. OLE color: 3717562.
HSL color Cylindrical-coordinate representation of color #BAB938: 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 #BAB938 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 56 | - |
| 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.31 | 45.42 | 10.49 | - |
| YUV | 170.59 | 63.33 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 56 | 0 | 0.01 | 0.70 | 0.27 | 59.54 | 0.54 | 0.47 |
| Hex | BA | B9 | 38 | 0 | 1 | 46 | 1B | 3C | 36 | 2F |
| Octal | 272 | 271 | 70 | 0 | 1 | 106 | 33 | 74 | 66 | 57 |
| Binary | 10111010 | 10111001 | 111000 | 0 | 1 | 1000110 | 11011 | 111100 | 110110 | 101111 |
Color Harmonies of #BAB938
Complementary color
Monochromatic Colors of #BAB938
Black with #BAB938
Text Example
Text Example
White with #BAB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB938; }
p { color: rgb(186,185,56); }
H1.HeaderClassName
{
color: #BAB938;
}
.AnyTagClassName
{
color: #BAB938;
}
</style>
background-color css
<style>
a { background-color: #BAB938; }
a { background-color: rgb(186,185,56); }
div.DivClassName
{
background-color: #BAB938;
}
.BgClassName
{
background-color: #BAB938;
}
</style>
border-color css
<style>
span { border-color: #BAB938; }
span { border-color: rgb(186,185,56); }
td.TdClassName
{
border-color: #BAB938;
}
.TagClassName
{
border-color: #BAB938;
}
</style>