Shades of Celery #BAC344
Tints of Celery #BAC344
RGB
CMYK
RGB Variations
Color information
#BAC344 (or 0xBAC344) is known color: Celery. HEX triplet: BA, C3 and 44. RGB value is (186,195,68). Sum of RGB (Red+Green+Blue) = 186+195+68=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC344 is #453CBB. Grayscale: #B2B2B2. Windows color (decimal): -4537532 or 4506554. OLE color: 4506554.
HSL color Cylindrical-coordinate representation of color #BAC344: hue angle of 64.25º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC344 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 68 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.24 |
| HSL | 64.25º | 0.51% | 0.52% | - |
| HSV(B) | 64.25º | 0.65% | 0.76% | - |
| XYZ | 40.81 | 49.89 | 12.95 | - |
| YUV | 177.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 68 | 0.05 | 0 | 0.65 | 0.24 | 64.25 | 0.51 | 0.52 |
| Hex | BA | C3 | 44 | 5 | 0 | 41 | 18 | 40 | 33 | 34 |
| Octal | 272 | 303 | 104 | 5 | 0 | 101 | 30 | 100 | 63 | 64 |
| Binary | 10111010 | 11000011 | 1000100 | 101 | 0 | 1000001 | 11000 | 1000000 | 110011 | 110100 |
Color Harmonies of #BAC344
Complementary color
Monochromatic Colors of #BAC344
Black with #BAC344
Text Example
Text Example
White with #BAC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC344; }
p { color: rgb(186,195,68); }
H1.HeaderClassName
{
color: #BAC344;
}
.AnyTagClassName
{
color: #BAC344;
}
</style>
background-color css
<style>
a { background-color: #BAC344; }
a { background-color: rgb(186,195,68); }
div.DivClassName
{
background-color: #BAC344;
}
.BgClassName
{
background-color: #BAC344;
}
</style>
border-color css
<style>
span { border-color: #BAC344; }
span { border-color: rgb(186,195,68); }
td.TdClassName
{
border-color: #BAC344;
}
.TagClassName
{
border-color: #BAC344;
}
</style>