Shades of Celery #BAC653
Tints of Celery #BAC653
RGB
CMYK
RGB Variations
Color information
#BAC653 (or 0xBAC653) is known color: Celery. HEX triplet: BA, C6 and 53. RGB value is (186,198,83). Sum of RGB (Red+Green+Blue) = 186+198+83=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC653 is #4539AC. Grayscale: #B5B5B5. Windows color (decimal): -4536749 or 5490362. OLE color: 5490362.
HSL color Cylindrical-coordinate representation of color #BAC653: hue angle of 66.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAC653 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 83 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.22 |
| HSL | 66.26º | 0.5% | 0.55% | - |
| HSV(B) | 66.26º | 0.58% | 0.78% | - |
| XYZ | 42.01 | 51.45 | 15.9 | - |
| YUV | 181.3 | 72.52 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 83 | 0.06 | 0 | 0.58 | 0.22 | 66.26 | 0.5 | 0.55 |
| Hex | BA | C6 | 53 | 6 | 0 | 3A | 16 | 42 | 32 | 37 |
| Octal | 272 | 306 | 123 | 6 | 0 | 72 | 26 | 102 | 62 | 67 |
| Binary | 10111010 | 11000110 | 1010011 | 110 | 0 | 111010 | 10110 | 1000010 | 110010 | 110111 |
Color Harmonies of #BAC653
Complementary color
Monochromatic Colors of #BAC653
Black with #BAC653
Text Example
Text Example
White with #BAC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC653; }
p { color: rgb(186,198,83); }
H1.HeaderClassName
{
color: #BAC653;
}
.AnyTagClassName
{
color: #BAC653;
}
</style>
background-color css
<style>
a { background-color: #BAC653; }
a { background-color: rgb(186,198,83); }
div.DivClassName
{
background-color: #BAC653;
}
.BgClassName
{
background-color: #BAC653;
}
</style>
border-color css
<style>
span { border-color: #BAC653; }
span { border-color: rgb(186,198,83); }
td.TdClassName
{
border-color: #BAC653;
}
.TagClassName
{
border-color: #BAC653;
}
</style>