Shades of Celery #BAB74C
Tints of Celery #BAB74C
RGB
CMYK
RGB Variations
Color information
#BAB74C (or 0xBAB74C) is known color: Celery. HEX triplet: BA, B7 and 4C. RGB value is (186,183,76). Sum of RGB (Red+Green+Blue) = 186+183+76=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 76 (30.08% from 255 or 17.08% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB74C is #4548B3. Grayscale: #ACACAC. Windows color (decimal): -4540596 or 5027770. OLE color: 5027770.
HSL color Cylindrical-coordinate representation of color #BAB74C: hue angle of 58.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB74C is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 76 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.27 |
| HSL | 58.36º | 0.44% | 0.51% | - |
| HSV(B) | 58.36º | 0.59% | 0.73% | - |
| XYZ | 38.49 | 44.83 | 13.46 | - |
| YUV | 171.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 76 | 0 | 0.02 | 0.59 | 0.27 | 58.36 | 0.44 | 0.51 |
| Hex | BA | B7 | 4C | 0 | 2 | 3B | 1B | 3A | 2C | 33 |
| Octal | 272 | 267 | 114 | 0 | 2 | 73 | 33 | 72 | 54 | 63 |
| Binary | 10111010 | 10110111 | 1001100 | 0 | 10 | 111011 | 11011 | 111010 | 101100 | 110011 |
Color Harmonies of #BAB74C
Complementary color
Monochromatic Colors of #BAB74C
Black with #BAB74C
Text Example
Text Example
White with #BAB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB74C; }
p { color: rgb(186,183,76); }
H1.HeaderClassName
{
color: #BAB74C;
}
.AnyTagClassName
{
color: #BAB74C;
}
</style>
background-color css
<style>
a { background-color: #BAB74C; }
a { background-color: rgb(186,183,76); }
div.DivClassName
{
background-color: #BAB74C;
}
.BgClassName
{
background-color: #BAB74C;
}
</style>
border-color css
<style>
span { border-color: #BAB74C; }
span { border-color: rgb(186,183,76); }
td.TdClassName
{
border-color: #BAB74C;
}
.TagClassName
{
border-color: #BAB74C;
}
</style>