Shades of Celery #BAB74B
Tints of Celery #BAB74B
RGB
CMYK
RGB Variations
Color information
#BAB74B (or 0xBAB74B) is known color: Celery. HEX triplet: BA, B7 and 4B. RGB value is (186,183,75). Sum of RGB (Red+Green+Blue) = 186+183+75=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 75 (29.69% from 255 or 16.89% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB74B is #4548B4. Grayscale: #ACACAC. Windows color (decimal): -4540597 or 4962234. OLE color: 4962234.
HSL color Cylindrical-coordinate representation of color #BAB74B: hue angle of 58.38º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB74B is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 75 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.27 |
| HSL | 58.38º | 0.45% | 0.51% | - |
| HSV(B) | 58.38º | 0.6% | 0.73% | - |
| XYZ | 38.45 | 44.81 | 13.28 | - |
| YUV | 171.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 75 | 0 | 0.02 | 0.60 | 0.27 | 58.38 | 0.45 | 0.51 |
| Hex | BA | B7 | 4B | 0 | 2 | 3C | 1B | 3A | 2D | 33 |
| Octal | 272 | 267 | 113 | 0 | 2 | 74 | 33 | 72 | 55 | 63 |
| Binary | 10111010 | 10110111 | 1001011 | 0 | 10 | 111100 | 11011 | 111010 | 101101 | 110011 |
Color Harmonies of #BAB74B
Complementary color
Monochromatic Colors of #BAB74B
Black with #BAB74B
Text Example
Text Example
White with #BAB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB74B; }
p { color: rgb(186,183,75); }
H1.HeaderClassName
{
color: #BAB74B;
}
.AnyTagClassName
{
color: #BAB74B;
}
</style>
background-color css
<style>
a { background-color: #BAB74B; }
a { background-color: rgb(186,183,75); }
div.DivClassName
{
background-color: #BAB74B;
}
.BgClassName
{
background-color: #BAB74B;
}
</style>
border-color css
<style>
span { border-color: #BAB74B; }
span { border-color: rgb(186,183,75); }
td.TdClassName
{
border-color: #BAB74B;
}
.TagClassName
{
border-color: #BAB74B;
}
</style>