Shades of Celery #BAC137
Tints of Celery #BAC137
RGB
CMYK
RGB Variations
Color information
#BAC137 (or 0xBAC137) is known color: Celery. HEX triplet: BA, C1 and 37. RGB value is (186,193,55). Sum of RGB (Red+Green+Blue) = 186+193+55=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC137 is #453EC8. Grayscale: #AFAFAF. Windows color (decimal): -4538057 or 3654074. OLE color: 3654074.
HSL color Cylindrical-coordinate representation of color #BAC137: hue angle of 63.04º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAC137 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 193 | 55 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.24 |
| HSL | 63.04º | 0.56% | 0.49% | - |
| HSV(B) | 63.04º | 0.72% | 0.76% | - |
| XYZ | 40.01 | 48.85 | 10.94 | - |
| YUV | 175.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 193 | 55 | 0.04 | 0 | 0.72 | 0.24 | 63.04 | 0.56 | 0.49 |
| Hex | BA | C1 | 37 | 4 | 0 | 48 | 18 | 3F | 38 | 31 |
| Octal | 272 | 301 | 67 | 4 | 0 | 110 | 30 | 77 | 70 | 61 |
| Binary | 10111010 | 11000001 | 110111 | 100 | 0 | 1001000 | 11000 | 111111 | 111000 | 110001 |
Color Harmonies of #BAC137
Complementary color
Monochromatic Colors of #BAC137
Black with #BAC137
Text Example
Text Example
White with #BAC137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC137; }
p { color: rgb(186,193,55); }
H1.HeaderClassName
{
color: #BAC137;
}
.AnyTagClassName
{
color: #BAC137;
}
</style>
background-color css
<style>
a { background-color: #BAC137; }
a { background-color: rgb(186,193,55); }
div.DivClassName
{
background-color: #BAC137;
}
.BgClassName
{
background-color: #BAC137;
}
</style>
border-color css
<style>
span { border-color: #BAC137; }
span { border-color: rgb(186,193,55); }
td.TdClassName
{
border-color: #BAC137;
}
.TagClassName
{
border-color: #BAC137;
}
</style>