Shades of Celery #BAC655
Tints of Celery #BAC655
RGB
CMYK
RGB Variations
Color information
#BAC655 (or 0xBAC655) is known color: Celery. HEX triplet: BA, C6 and 55. RGB value is (186,198,85). Sum of RGB (Red+Green+Blue) = 186+198+85=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC655 is #4539AA. Grayscale: #B5B5B5. Windows color (decimal): -4536747 or 5621434. OLE color: 5621434.
HSL color Cylindrical-coordinate representation of color #BAC655: hue angle of 66.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAC655 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 85 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.22 |
| HSL | 66.37º | 0.5% | 0.55% | - |
| HSV(B) | 66.37º | 0.57% | 0.78% | - |
| XYZ | 42.08 | 51.48 | 16.31 | - |
| YUV | 181.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 85 | 0.06 | 0 | 0.57 | 0.22 | 66.37 | 0.5 | 0.55 |
| Hex | BA | C6 | 55 | 6 | 0 | 39 | 16 | 42 | 32 | 37 |
| Octal | 272 | 306 | 125 | 6 | 0 | 71 | 26 | 102 | 62 | 67 |
| Binary | 10111010 | 11000110 | 1010101 | 110 | 0 | 111001 | 10110 | 1000010 | 110010 | 110111 |
Color Harmonies of #BAC655
Complementary color
Monochromatic Colors of #BAC655
Black with #BAC655
Text Example
Text Example
White with #BAC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC655; }
p { color: rgb(186,198,85); }
H1.HeaderClassName
{
color: #BAC655;
}
.AnyTagClassName
{
color: #BAC655;
}
</style>
background-color css
<style>
a { background-color: #BAC655; }
a { background-color: rgb(186,198,85); }
div.DivClassName
{
background-color: #BAC655;
}
.BgClassName
{
background-color: #BAC655;
}
</style>
border-color css
<style>
span { border-color: #BAC655; }
span { border-color: rgb(186,198,85); }
td.TdClassName
{
border-color: #BAC655;
}
.TagClassName
{
border-color: #BAC655;
}
</style>