Shades of Celery #BAC238
Tints of Celery #BAC238
RGB
CMYK
RGB Variations
Color information
#BAC238 (or 0xBAC238) is known color: Celery. HEX triplet: BA, C2 and 38. RGB value is (186,194,56). Sum of RGB (Red+Green+Blue) = 186+194+56=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC238 is #453DC7. Grayscale: #B0B0B0. Windows color (decimal): -4537800 or 3719866. OLE color: 3719866.
HSL color Cylindrical-coordinate representation of color #BAC238: hue angle of 63.48º 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 #BAC238 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 56 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.24 |
| HSL | 63.48º | 0.55% | 0.49% | - |
| HSV(B) | 63.48º | 0.71% | 0.76% | - |
| XYZ | 40.26 | 49.31 | 11.14 | - |
| YUV | 175.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 56 | 0.04 | 0 | 0.71 | 0.24 | 63.48 | 0.55 | 0.49 |
| Hex | BA | C2 | 38 | 4 | 0 | 47 | 18 | 3F | 37 | 31 |
| Octal | 272 | 302 | 70 | 4 | 0 | 107 | 30 | 77 | 67 | 61 |
| Binary | 10111010 | 11000010 | 111000 | 100 | 0 | 1000111 | 11000 | 111111 | 110111 | 110001 |
Color Harmonies of #BAC238
Complementary color
Monochromatic Colors of #BAC238
Black with #BAC238
Text Example
Text Example
White with #BAC238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC238; }
p { color: rgb(186,194,56); }
H1.HeaderClassName
{
color: #BAC238;
}
.AnyTagClassName
{
color: #BAC238;
}
</style>
background-color css
<style>
a { background-color: #BAC238; }
a { background-color: rgb(186,194,56); }
div.DivClassName
{
background-color: #BAC238;
}
.BgClassName
{
background-color: #BAC238;
}
</style>
border-color css
<style>
span { border-color: #BAC238; }
span { border-color: rgb(186,194,56); }
td.TdClassName
{
border-color: #BAC238;
}
.TagClassName
{
border-color: #BAC238;
}
</style>