Shades of Celery #BAC650
Tints of Celery #BAC650
RGB
CMYK
RGB Variations
Color information
#BAC650 (or 0xBAC650) is known color: Celery. HEX triplet: BA, C6 and 50. RGB value is (186,198,80). Sum of RGB (Red+Green+Blue) = 186+198+80=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC650 is #4539AF. Grayscale: #B5B5B5. Windows color (decimal): -4536752 or 5293754. OLE color: 5293754.
HSL color Cylindrical-coordinate representation of color #BAC650: hue angle of 66.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAC650 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 80 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.22 |
| HSL | 66.1º | 0.51% | 0.55% | - |
| HSV(B) | 66.1º | 0.6% | 0.78% | - |
| XYZ | 41.89 | 51.41 | 15.3 | - |
| YUV | 180.96 | 71.02 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 80 | 0.06 | 0 | 0.60 | 0.22 | 66.1 | 0.51 | 0.55 |
| Hex | BA | C6 | 50 | 6 | 0 | 3C | 16 | 42 | 33 | 37 |
| Octal | 272 | 306 | 120 | 6 | 0 | 74 | 26 | 102 | 63 | 67 |
| Binary | 10111010 | 11000110 | 1010000 | 110 | 0 | 111100 | 10110 | 1000010 | 110011 | 110111 |
Color Harmonies of #BAC650
Complementary color
Monochromatic Colors of #BAC650
Black with #BAC650
Text Example
Text Example
White with #BAC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC650; }
p { color: rgb(186,198,80); }
H1.HeaderClassName
{
color: #BAC650;
}
.AnyTagClassName
{
color: #BAC650;
}
</style>
background-color css
<style>
a { background-color: #BAC650; }
a { background-color: rgb(186,198,80); }
div.DivClassName
{
background-color: #BAC650;
}
.BgClassName
{
background-color: #BAC650;
}
</style>
border-color css
<style>
span { border-color: #BAC650; }
span { border-color: rgb(186,198,80); }
td.TdClassName
{
border-color: #BAC650;
}
.TagClassName
{
border-color: #BAC650;
}
</style>