Shades of Celery #BAC343
Tints of Celery #BAC343
RGB
CMYK
RGB Variations
Color information
#BAC343 (or 0xBAC343) is known color: Celery. HEX triplet: BA, C3 and 43. RGB value is (186,195,67). Sum of RGB (Red+Green+Blue) = 186+195+67=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC343 is #453CBC. Grayscale: #B2B2B2. Windows color (decimal): -4537533 or 4441018. OLE color: 4441018.
HSL color Cylindrical-coordinate representation of color #BAC343: hue angle of 64.22º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC343 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 67 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.24 |
| HSL | 64.22º | 0.52% | 0.51% | - |
| HSV(B) | 64.22º | 0.66% | 0.76% | - |
| XYZ | 40.78 | 49.87 | 12.79 | - |
| YUV | 177.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 67 | 0.05 | 0 | 0.66 | 0.24 | 64.22 | 0.52 | 0.51 |
| Hex | BA | C3 | 43 | 5 | 0 | 42 | 18 | 40 | 34 | 33 |
| Octal | 272 | 303 | 103 | 5 | 0 | 102 | 30 | 100 | 64 | 63 |
| Binary | 10111010 | 11000011 | 1000011 | 101 | 0 | 1000010 | 11000 | 1000000 | 110100 | 110011 |
Color Harmonies of #BAC343
Complementary color
Monochromatic Colors of #BAC343
Black with #BAC343
Text Example
Text Example
White with #BAC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC343; }
p { color: rgb(186,195,67); }
H1.HeaderClassName
{
color: #BAC343;
}
.AnyTagClassName
{
color: #BAC343;
}
</style>
background-color css
<style>
a { background-color: #BAC343; }
a { background-color: rgb(186,195,67); }
div.DivClassName
{
background-color: #BAC343;
}
.BgClassName
{
background-color: #BAC343;
}
</style>
border-color css
<style>
span { border-color: #BAC343; }
span { border-color: rgb(186,195,67); }
td.TdClassName
{
border-color: #BAC343;
}
.TagClassName
{
border-color: #BAC343;
}
</style>