Shades of Celery #BAC13B
Tints of Celery #BAC13B
RGB
CMYK
RGB Variations
Color information
#BAC13B (or 0xBAC13B) is known color: Celery. HEX triplet: BA, C1 and 3B. RGB value is (186,193,59). Sum of RGB (Red+Green+Blue) = 186+193+59=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 59 (23.44% from 255 or 13.47% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC13B is #453EC4. Grayscale: #B0B0B0. Windows color (decimal): -4538053 or 3916218. OLE color: 3916218.
HSL color Cylindrical-coordinate representation of color #BAC13B: hue angle of 63.13º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAC13B is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 59 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.24 |
| HSL | 63.13º | 0.53% | 0.49% | - |
| HSV(B) | 63.13º | 0.69% | 0.76% | - |
| XYZ | 40.11 | 48.89 | 11.46 | - |
| YUV | 175.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 59 | 0.04 | 0 | 0.69 | 0.24 | 63.13 | 0.53 | 0.49 |
| Hex | BA | C1 | 3B | 4 | 0 | 45 | 18 | 3F | 35 | 31 |
| Octal | 272 | 301 | 73 | 4 | 0 | 105 | 30 | 77 | 65 | 61 |
| Binary | 10111010 | 11000001 | 111011 | 100 | 0 | 1000101 | 11000 | 111111 | 110101 | 110001 |
Color Harmonies of #BAC13B
Complementary color
Monochromatic Colors of #BAC13B
Black with #BAC13B
Text Example
Text Example
White with #BAC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC13B; }
p { color: rgb(186,193,59); }
H1.HeaderClassName
{
color: #BAC13B;
}
.AnyTagClassName
{
color: #BAC13B;
}
</style>
background-color css
<style>
a { background-color: #BAC13B; }
a { background-color: rgb(186,193,59); }
div.DivClassName
{
background-color: #BAC13B;
}
.BgClassName
{
background-color: #BAC13B;
}
</style>
border-color css
<style>
span { border-color: #BAC13B; }
span { border-color: rgb(186,193,59); }
td.TdClassName
{
border-color: #BAC13B;
}
.TagClassName
{
border-color: #BAC13B;
}
</style>