Shades of Celery #BAB93B
Tints of Celery #BAB93B
RGB
CMYK
RGB Variations
Color information
#BAB93B (or 0xBAB93B) is known color: Celery. HEX triplet: BA, B9 and 3B. RGB value is (186,185,59). Sum of RGB (Red+Green+Blue) = 186+185+59=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB93B is #4546C4. Grayscale: #ABABAB. Windows color (decimal): -4540101 or 3914170. OLE color: 3914170.
HSL color Cylindrical-coordinate representation of color #BAB93B: hue angle of 59.53º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAB93B is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 59 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.27 |
| HSL | 59.53º | 0.52% | 0.48% | - |
| HSV(B) | 59.53º | 0.68% | 0.73% | - |
| XYZ | 38.39 | 45.45 | 10.89 | - |
| YUV | 170.94 | 64.83 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 59 | 0 | 0.01 | 0.68 | 0.27 | 59.53 | 0.52 | 0.48 |
| Hex | BA | B9 | 3B | 0 | 1 | 44 | 1B | 3C | 34 | 30 |
| Octal | 272 | 271 | 73 | 0 | 1 | 104 | 33 | 74 | 64 | 60 |
| Binary | 10111010 | 10111001 | 111011 | 0 | 1 | 1000100 | 11011 | 111100 | 110100 | 110000 |
Color Harmonies of #BAB93B
Complementary color
Monochromatic Colors of #BAB93B
Black with #BAB93B
Text Example
Text Example
White with #BAB93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB93B; }
p { color: rgb(186,185,59); }
H1.HeaderClassName
{
color: #BAB93B;
}
.AnyTagClassName
{
color: #BAB93B;
}
</style>
background-color css
<style>
a { background-color: #BAB93B; }
a { background-color: rgb(186,185,59); }
div.DivClassName
{
background-color: #BAB93B;
}
.BgClassName
{
background-color: #BAB93B;
}
</style>
border-color css
<style>
span { border-color: #BAB93B; }
span { border-color: rgb(186,185,59); }
td.TdClassName
{
border-color: #BAB93B;
}
.TagClassName
{
border-color: #BAB93B;
}
</style>