Shades of Celery #BAC23C
Tints of Celery #BAC23C
RGB
CMYK
RGB Variations
Color information
#BAC23C (or 0xBAC23C) is known color: Celery. HEX triplet: BA, C2 and 3C. RGB value is (186,194,60). Sum of RGB (Red+Green+Blue) = 186+194+60=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC23C is #453DC3. Grayscale: #B0B0B0. Windows color (decimal): -4537796 or 3982010. OLE color: 3982010.
HSL color Cylindrical-coordinate representation of color #BAC23C: hue angle of 63.58º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAC23C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 60 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.24 |
| HSL | 63.58º | 0.53% | 0.5% | - |
| HSV(B) | 63.58º | 0.69% | 0.76% | - |
| XYZ | 40.36 | 49.35 | 11.67 | - |
| YUV | 176.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 60 | 0.04 | 0 | 0.69 | 0.24 | 63.58 | 0.53 | 0.5 |
| Hex | BA | C2 | 3C | 4 | 0 | 45 | 18 | 40 | 35 | 32 |
| Octal | 272 | 302 | 74 | 4 | 0 | 105 | 30 | 100 | 65 | 62 |
| Binary | 10111010 | 11000010 | 111100 | 100 | 0 | 1000101 | 11000 | 1000000 | 110101 | 110010 |
Color Harmonies of #BAC23C
Complementary color
Monochromatic Colors of #BAC23C
Black with #BAC23C
Text Example
Text Example
White with #BAC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC23C; }
p { color: rgb(186,194,60); }
H1.HeaderClassName
{
color: #BAC23C;
}
.AnyTagClassName
{
color: #BAC23C;
}
</style>
background-color css
<style>
a { background-color: #BAC23C; }
a { background-color: rgb(186,194,60); }
div.DivClassName
{
background-color: #BAC23C;
}
.BgClassName
{
background-color: #BAC23C;
}
</style>
border-color css
<style>
span { border-color: #BAC23C; }
span { border-color: rgb(186,194,60); }
td.TdClassName
{
border-color: #BAC23C;
}
.TagClassName
{
border-color: #BAC23C;
}
</style>