Shades of Celery #BAC052
Tints of Celery #BAC052
RGB
CMYK
RGB Variations
Color information
#BAC052 (or 0xBAC052) is known color: Celery. HEX triplet: BA, C0 and 52. RGB value is (186,192,82). Sum of RGB (Red+Green+Blue) = 186+192+82=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC052 is #453FAD. Grayscale: #B2B2B2. Windows color (decimal): -4538286 or 5423290. OLE color: 5423290.
HSL color Cylindrical-coordinate representation of color #BAC052: hue angle of 63.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC052 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 82 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.25 |
| HSL | 63.27º | 0.47% | 0.54% | - |
| HSV(B) | 63.27º | 0.57% | 0.75% | - |
| XYZ | 40.62 | 48.75 | 15.25 | - |
| YUV | 177.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 82 | 0.03 | 0 | 0.57 | 0.25 | 63.27 | 0.47 | 0.54 |
| Hex | BA | C0 | 52 | 3 | 0 | 39 | 19 | 3F | 2F | 36 |
| Octal | 272 | 300 | 122 | 3 | 0 | 71 | 31 | 77 | 57 | 66 |
| Binary | 10111010 | 11000000 | 1010010 | 11 | 0 | 111001 | 11001 | 111111 | 101111 | 110110 |
Color Harmonies of #BAC052
Complementary color
Monochromatic Colors of #BAC052
Black with #BAC052
Text Example
Text Example
White with #BAC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC052; }
p { color: rgb(186,192,82); }
H1.HeaderClassName
{
color: #BAC052;
}
.AnyTagClassName
{
color: #BAC052;
}
</style>
background-color css
<style>
a { background-color: #BAC052; }
a { background-color: rgb(186,192,82); }
div.DivClassName
{
background-color: #BAC052;
}
.BgClassName
{
background-color: #BAC052;
}
</style>
border-color css
<style>
span { border-color: #BAC052; }
span { border-color: rgb(186,192,82); }
td.TdClassName
{
border-color: #BAC052;
}
.TagClassName
{
border-color: #BAC052;
}
</style>