Shades of Celery #BAC255
Tints of Celery #BAC255
RGB
CMYK
RGB Variations
Color information
#BAC255 (or 0xBAC255) is known color: Celery. HEX triplet: BA, C2 and 55. RGB value is (186,194,85). Sum of RGB (Red+Green+Blue) = 186+194+85=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC255 is #453DAA. Grayscale: #B3B3B3. Windows color (decimal): -4537771 or 5620410. OLE color: 5620410.
HSL color Cylindrical-coordinate representation of color #BAC255: hue angle of 64.4º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC255 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 85 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.24 |
| HSL | 64.4º | 0.47% | 0.55% | - |
| HSV(B) | 64.4º | 0.56% | 0.76% | - |
| XYZ | 41.18 | 49.68 | 16.01 | - |
| YUV | 179.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 85 | 0.04 | 0 | 0.56 | 0.24 | 64.4 | 0.47 | 0.55 |
| Hex | BA | C2 | 55 | 4 | 0 | 38 | 18 | 40 | 2F | 37 |
| Octal | 272 | 302 | 125 | 4 | 0 | 70 | 30 | 100 | 57 | 67 |
| Binary | 10111010 | 11000010 | 1010101 | 100 | 0 | 111000 | 11000 | 1000000 | 101111 | 110111 |
Color Harmonies of #BAC255
Complementary color
Monochromatic Colors of #BAC255
Black with #BAC255
Text Example
Text Example
White with #BAC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC255; }
p { color: rgb(186,194,85); }
H1.HeaderClassName
{
color: #BAC255;
}
.AnyTagClassName
{
color: #BAC255;
}
</style>
background-color css
<style>
a { background-color: #BAC255; }
a { background-color: rgb(186,194,85); }
div.DivClassName
{
background-color: #BAC255;
}
.BgClassName
{
background-color: #BAC255;
}
</style>
border-color css
<style>
span { border-color: #BAC255; }
span { border-color: rgb(186,194,85); }
td.TdClassName
{
border-color: #BAC255;
}
.TagClassName
{
border-color: #BAC255;
}
</style>