Shades of Celery #BAC138
Tints of Celery #BAC138
RGB
CMYK
RGB Variations
Color information
#BAC138 (or 0xBAC138) is known color: Celery. HEX triplet: BA, C1 and 38. RGB value is (186,193,56). Sum of RGB (Red+Green+Blue) = 186+193+56=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC138 is #453EC7. Grayscale: #AFAFAF. Windows color (decimal): -4538056 or 3719610. OLE color: 3719610.
HSL color Cylindrical-coordinate representation of color #BAC138: hue angle of 63.07º 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 #BAC138 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 56 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.24 |
| HSL | 63.07º | 0.55% | 0.49% | - |
| HSV(B) | 63.07º | 0.71% | 0.76% | - |
| XYZ | 40.03 | 48.86 | 11.06 | - |
| YUV | 175.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 56 | 0.04 | 0 | 0.71 | 0.24 | 63.07 | 0.55 | 0.49 |
| Hex | BA | C1 | 38 | 4 | 0 | 47 | 18 | 3F | 37 | 31 |
| Octal | 272 | 301 | 70 | 4 | 0 | 107 | 30 | 77 | 67 | 61 |
| Binary | 10111010 | 11000001 | 111000 | 100 | 0 | 1000111 | 11000 | 111111 | 110111 | 110001 |
Color Harmonies of #BAC138
Complementary color
Monochromatic Colors of #BAC138
Black with #BAC138
Text Example
Text Example
White with #BAC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC138; }
p { color: rgb(186,193,56); }
H1.HeaderClassName
{
color: #BAC138;
}
.AnyTagClassName
{
color: #BAC138;
}
</style>
background-color css
<style>
a { background-color: #BAC138; }
a { background-color: rgb(186,193,56); }
div.DivClassName
{
background-color: #BAC138;
}
.BgClassName
{
background-color: #BAC138;
}
</style>
border-color css
<style>
span { border-color: #BAC138; }
span { border-color: rgb(186,193,56); }
td.TdClassName
{
border-color: #BAC138;
}
.TagClassName
{
border-color: #BAC138;
}
</style>