Shades of Celery #BAC447
Tints of Celery #BAC447
RGB
CMYK
RGB Variations
Color information
#BAC447 (or 0xBAC447) is known color: Celery. HEX triplet: BA, C4 and 47. RGB value is (186,196,71). Sum of RGB (Red+Green+Blue) = 186+196+71=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC447 is #453BB8. Grayscale: #B3B3B3. Windows color (decimal): -4537273 or 4703418. OLE color: 4703418.
HSL color Cylindrical-coordinate representation of color #BAC447: hue angle of 64.8º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC447 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 71 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.23 |
| HSL | 64.8º | 0.51% | 0.52% | - |
| HSV(B) | 64.8º | 0.64% | 0.77% | - |
| XYZ | 41.13 | 50.37 | 13.52 | - |
| YUV | 178.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 71 | 0.05 | 0 | 0.64 | 0.23 | 64.8 | 0.51 | 0.52 |
| Hex | BA | C4 | 47 | 5 | 0 | 40 | 17 | 41 | 33 | 34 |
| Octal | 272 | 304 | 107 | 5 | 0 | 100 | 27 | 101 | 63 | 64 |
| Binary | 10111010 | 11000100 | 1000111 | 101 | 0 | 1000000 | 10111 | 1000001 | 110011 | 110100 |
Color Harmonies of #BAC447
Complementary color
Monochromatic Colors of #BAC447
Black with #BAC447
Text Example
Text Example
White with #BAC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC447; }
p { color: rgb(186,196,71); }
H1.HeaderClassName
{
color: #BAC447;
}
.AnyTagClassName
{
color: #BAC447;
}
</style>
background-color css
<style>
a { background-color: #BAC447; }
a { background-color: rgb(186,196,71); }
div.DivClassName
{
background-color: #BAC447;
}
.BgClassName
{
background-color: #BAC447;
}
</style>
border-color css
<style>
span { border-color: #BAC447; }
span { border-color: rgb(186,196,71); }
td.TdClassName
{
border-color: #BAC447;
}
.TagClassName
{
border-color: #BAC447;
}
</style>