Shades of Celery #BAC13D
Tints of Celery #BAC13D
RGB
CMYK
RGB Variations
Color information
#BAC13D (or 0xBAC13D) is known color: Celery. HEX triplet: BA, C1 and 3D. RGB value is (186,193,61). Sum of RGB (Red+Green+Blue) = 186+193+61=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC13D is #453EC2. Grayscale: #B0B0B0. Windows color (decimal): -4538051 or 4047290. OLE color: 4047290.
HSL color Cylindrical-coordinate representation of color #BAC13D: hue angle of 63.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC13D is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 61 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.24 |
| HSL | 63.18º | 0.52% | 0.5% | - |
| HSV(B) | 63.18º | 0.68% | 0.76% | - |
| XYZ | 40.16 | 48.92 | 11.74 | - |
| YUV | 175.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 61 | 0.04 | 0 | 0.68 | 0.24 | 63.18 | 0.52 | 0.5 |
| Hex | BA | C1 | 3D | 4 | 0 | 44 | 18 | 3F | 34 | 32 |
| Octal | 272 | 301 | 75 | 4 | 0 | 104 | 30 | 77 | 64 | 62 |
| Binary | 10111010 | 11000001 | 111101 | 100 | 0 | 1000100 | 11000 | 111111 | 110100 | 110010 |
Color Harmonies of #BAC13D
Complementary color
Monochromatic Colors of #BAC13D
Black with #BAC13D
Text Example
Text Example
White with #BAC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC13D; }
p { color: rgb(186,193,61); }
H1.HeaderClassName
{
color: #BAC13D;
}
.AnyTagClassName
{
color: #BAC13D;
}
</style>
background-color css
<style>
a { background-color: #BAC13D; }
a { background-color: rgb(186,193,61); }
div.DivClassName
{
background-color: #BAC13D;
}
.BgClassName
{
background-color: #BAC13D;
}
</style>
border-color css
<style>
span { border-color: #BAC13D; }
span { border-color: rgb(186,193,61); }
td.TdClassName
{
border-color: #BAC13D;
}
.TagClassName
{
border-color: #BAC13D;
}
</style>