Shades of Celery #BAC438
Tints of Celery #BAC438
RGB
CMYK
RGB Variations
Color information
#BAC438 (or 0xBAC438) is known color: Celery. HEX triplet: BA, C4 and 38. RGB value is (186,196,56). Sum of RGB (Red+Green+Blue) = 186+196+56=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC438 is #453BC7. Grayscale: #B1B1B1. Windows color (decimal): -4537288 or 3720378. OLE color: 3720378.
HSL color Cylindrical-coordinate representation of color #BAC438: hue angle of 64.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAC438 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 56 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.23 |
| HSL | 64.29º | 0.56% | 0.49% | - |
| HSV(B) | 64.29º | 0.71% | 0.77% | - |
| XYZ | 40.7 | 50.2 | 11.29 | - |
| YUV | 177.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 56 | 0.05 | 0 | 0.71 | 0.23 | 64.29 | 0.56 | 0.49 |
| Hex | BA | C4 | 38 | 5 | 0 | 47 | 17 | 40 | 38 | 31 |
| Octal | 272 | 304 | 70 | 5 | 0 | 107 | 27 | 100 | 70 | 61 |
| Binary | 10111010 | 11000100 | 111000 | 101 | 0 | 1000111 | 10111 | 1000000 | 111000 | 110001 |
Color Harmonies of #BAC438
Complementary color
Monochromatic Colors of #BAC438
Black with #BAC438
Text Example
Text Example
White with #BAC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC438; }
p { color: rgb(186,196,56); }
H1.HeaderClassName
{
color: #BAC438;
}
.AnyTagClassName
{
color: #BAC438;
}
</style>
background-color css
<style>
a { background-color: #BAC438; }
a { background-color: rgb(186,196,56); }
div.DivClassName
{
background-color: #BAC438;
}
.BgClassName
{
background-color: #BAC438;
}
</style>
border-color css
<style>
span { border-color: #BAC438; }
span { border-color: rgb(186,196,56); }
td.TdClassName
{
border-color: #BAC438;
}
.TagClassName
{
border-color: #BAC438;
}
</style>