Shades of Celery #BAC252
Tints of Celery #BAC252
RGB
CMYK
RGB Variations
Color information
#BAC252 (or 0xBAC252) is known color: Celery. HEX triplet: BA, C2 and 52. RGB value is (186,194,82). Sum of RGB (Red+Green+Blue) = 186+194+82=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC252 is #453DAD. Grayscale: #B3B3B3. Windows color (decimal): -4537774 or 5423802. OLE color: 5423802.
HSL color Cylindrical-coordinate representation of color #BAC252: hue angle of 64.29º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAC252 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 82 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.24 |
| HSL | 64.29º | 0.48% | 0.54% | - |
| HSV(B) | 64.29º | 0.58% | 0.76% | - |
| XYZ | 41.06 | 49.63 | 15.4 | - |
| YUV | 178.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 82 | 0.04 | 0 | 0.58 | 0.24 | 64.29 | 0.48 | 0.54 |
| Hex | BA | C2 | 52 | 4 | 0 | 3A | 18 | 40 | 30 | 36 |
| Octal | 272 | 302 | 122 | 4 | 0 | 72 | 30 | 100 | 60 | 66 |
| Binary | 10111010 | 11000010 | 1010010 | 100 | 0 | 111010 | 11000 | 1000000 | 110000 | 110110 |
Color Harmonies of #BAC252
Complementary color
Monochromatic Colors of #BAC252
Black with #BAC252
Text Example
Text Example
White with #BAC252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC252; }
p { color: rgb(186,194,82); }
H1.HeaderClassName
{
color: #BAC252;
}
.AnyTagClassName
{
color: #BAC252;
}
</style>
background-color css
<style>
a { background-color: #BAC252; }
a { background-color: rgb(186,194,82); }
div.DivClassName
{
background-color: #BAC252;
}
.BgClassName
{
background-color: #BAC252;
}
</style>
border-color css
<style>
span { border-color: #BAC252; }
span { border-color: rgb(186,194,82); }
td.TdClassName
{
border-color: #BAC252;
}
.TagClassName
{
border-color: #BAC252;
}
</style>