Shades of Celery #BAB84B
Tints of Celery #BAB84B
RGB
CMYK
RGB Variations
Color information
#BAB84B (or 0xBAB84B) is known color: Celery. HEX triplet: BA, B8 and 4B. RGB value is (186,184,75). Sum of RGB (Red+Green+Blue) = 186+184+75=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB84B is #4547B4. Grayscale: #ACACAC. Windows color (decimal): -4540341 or 4962490. OLE color: 4962490.
HSL color Cylindrical-coordinate representation of color #BAB84B: hue angle of 58.92º 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 #BAB84B is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 75 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.27 |
| HSL | 58.92º | 0.45% | 0.51% | - |
| HSV(B) | 58.92º | 0.6% | 0.73% | - |
| XYZ | 38.66 | 45.23 | 13.35 | - |
| YUV | 172.17 | 73.16 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 75 | 0 | 0.01 | 0.60 | 0.27 | 58.92 | 0.45 | 0.51 |
| Hex | BA | B8 | 4B | 0 | 1 | 3C | 1B | 3B | 2D | 33 |
| Octal | 272 | 270 | 113 | 0 | 1 | 74 | 33 | 73 | 55 | 63 |
| Binary | 10111010 | 10111000 | 1001011 | 0 | 1 | 111100 | 11011 | 111011 | 101101 | 110011 |
Color Harmonies of #BAB84B
Complementary color
Monochromatic Colors of #BAB84B
Black with #BAB84B
Text Example
Text Example
White with #BAB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB84B; }
p { color: rgb(186,184,75); }
H1.HeaderClassName
{
color: #BAB84B;
}
.AnyTagClassName
{
color: #BAB84B;
}
</style>
background-color css
<style>
a { background-color: #BAB84B; }
a { background-color: rgb(186,184,75); }
div.DivClassName
{
background-color: #BAB84B;
}
.BgClassName
{
background-color: #BAB84B;
}
</style>
border-color css
<style>
span { border-color: #BAB84B; }
span { border-color: rgb(186,184,75); }
td.TdClassName
{
border-color: #BAB84B;
}
.TagClassName
{
border-color: #BAB84B;
}
</style>