Shades of Celery #BAC339
Tints of Celery #BAC339
RGB
CMYK
RGB Variations
Color information
#BAC339 (or 0xBAC339) is known color: Celery. HEX triplet: BA, C3 and 39. RGB value is (186,195,57). Sum of RGB (Red+Green+Blue) = 186+195+57=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC339 is #453CC6. Grayscale: #B1B1B1. Windows color (decimal): -4537543 or 3785658. OLE color: 3785658.
HSL color Cylindrical-coordinate representation of color #BAC339: hue angle of 63.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAC339 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 57 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.24 |
| HSL | 63.91º | 0.55% | 0.49% | - |
| HSV(B) | 63.91º | 0.71% | 0.76% | - |
| XYZ | 40.5 | 49.76 | 11.34 | - |
| YUV | 176.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 57 | 0.05 | 0 | 0.71 | 0.24 | 63.91 | 0.55 | 0.49 |
| Hex | BA | C3 | 39 | 5 | 0 | 47 | 18 | 40 | 37 | 31 |
| Octal | 272 | 303 | 71 | 5 | 0 | 107 | 30 | 100 | 67 | 61 |
| Binary | 10111010 | 11000011 | 111001 | 101 | 0 | 1000111 | 11000 | 1000000 | 110111 | 110001 |
Color Harmonies of #BAC339
Complementary color
Monochromatic Colors of #BAC339
Black with #BAC339
Text Example
Text Example
White with #BAC339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC339; }
p { color: rgb(186,195,57); }
H1.HeaderClassName
{
color: #BAC339;
}
.AnyTagClassName
{
color: #BAC339;
}
</style>
background-color css
<style>
a { background-color: #BAC339; }
a { background-color: rgb(186,195,57); }
div.DivClassName
{
background-color: #BAC339;
}
.BgClassName
{
background-color: #BAC339;
}
</style>
border-color css
<style>
span { border-color: #BAC339; }
span { border-color: rgb(186,195,57); }
td.TdClassName
{
border-color: #BAC339;
}
.TagClassName
{
border-color: #BAC339;
}
</style>