Shades of Celery #BAC341
Tints of Celery #BAC341
RGB
CMYK
RGB Variations
Color information
#BAC341 (or 0xBAC341) is known color: Celery. HEX triplet: BA, C3 and 41. RGB value is (186,195,65). Sum of RGB (Red+Green+Blue) = 186+195+65=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC341 is #453CBE. Grayscale: #B2B2B2. Windows color (decimal): -4537535 or 4309946. OLE color: 4309946.
HSL color Cylindrical-coordinate representation of color #BAC341: hue angle of 64.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC341 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 65 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.24 |
| HSL | 64.15º | 0.52% | 0.51% | - |
| HSV(B) | 64.15º | 0.67% | 0.76% | - |
| XYZ | 40.72 | 49.85 | 12.48 | - |
| YUV | 177.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 65 | 0.05 | 0 | 0.67 | 0.24 | 64.15 | 0.52 | 0.51 |
| Hex | BA | C3 | 41 | 5 | 0 | 43 | 18 | 40 | 34 | 33 |
| Octal | 272 | 303 | 101 | 5 | 0 | 103 | 30 | 100 | 64 | 63 |
| Binary | 10111010 | 11000011 | 1000001 | 101 | 0 | 1000011 | 11000 | 1000000 | 110100 | 110011 |
Color Harmonies of #BAC341
Complementary color
Monochromatic Colors of #BAC341
Black with #BAC341
Text Example
Text Example
White with #BAC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC341; }
p { color: rgb(186,195,65); }
H1.HeaderClassName
{
color: #BAC341;
}
.AnyTagClassName
{
color: #BAC341;
}
</style>
background-color css
<style>
a { background-color: #BAC341; }
a { background-color: rgb(186,195,65); }
div.DivClassName
{
background-color: #BAC341;
}
.BgClassName
{
background-color: #BAC341;
}
</style>
border-color css
<style>
span { border-color: #BAC341; }
span { border-color: rgb(186,195,65); }
td.TdClassName
{
border-color: #BAC341;
}
.TagClassName
{
border-color: #BAC341;
}
</style>