Shades of Celery #BAC152
Tints of Celery #BAC152
RGB
CMYK
RGB Variations
Color information
#BAC152 (or 0xBAC152) is known color: Celery. HEX triplet: BA, C1 and 52. RGB value is (186,193,82). Sum of RGB (Red+Green+Blue) = 186+193+82=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC152 is #453EAD. Grayscale: #B2B2B2. Windows color (decimal): -4538030 or 5423546. OLE color: 5423546.
HSL color Cylindrical-coordinate representation of color #BAC152: hue angle of 63.78º degrees, saturation: 0.47, 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 #BAC152 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 82 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.24 |
| HSL | 63.78º | 0.47% | 0.54% | - |
| HSV(B) | 63.78º | 0.58% | 0.76% | - |
| XYZ | 40.84 | 49.19 | 15.32 | - |
| YUV | 178.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 82 | 0.04 | 0 | 0.58 | 0.24 | 63.78 | 0.47 | 0.54 |
| Hex | BA | C1 | 52 | 4 | 0 | 3A | 18 | 40 | 2F | 36 |
| Octal | 272 | 301 | 122 | 4 | 0 | 72 | 30 | 100 | 57 | 66 |
| Binary | 10111010 | 11000001 | 1010010 | 100 | 0 | 111010 | 11000 | 1000000 | 101111 | 110110 |
Color Harmonies of #BAC152
Complementary color
Monochromatic Colors of #BAC152
Black with #BAC152
Text Example
Text Example
White with #BAC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC152; }
p { color: rgb(186,193,82); }
H1.HeaderClassName
{
color: #BAC152;
}
.AnyTagClassName
{
color: #BAC152;
}
</style>
background-color css
<style>
a { background-color: #BAC152; }
a { background-color: rgb(186,193,82); }
div.DivClassName
{
background-color: #BAC152;
}
.BgClassName
{
background-color: #BAC152;
}
</style>
border-color css
<style>
span { border-color: #BAC152; }
span { border-color: rgb(186,193,82); }
td.TdClassName
{
border-color: #BAC152;
}
.TagClassName
{
border-color: #BAC152;
}
</style>