Shades of Celery #BAC73F
Tints of Celery #BAC73F
RGB
CMYK
RGB Variations
Color information
#BAC73F (or 0xBAC73F) is known color: Celery. HEX triplet: BA, C7 and 3F. RGB value is (186,199,63). Sum of RGB (Red+Green+Blue) = 186+199+63=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC73F is #4538C0. Grayscale: #B4B4B4. Windows color (decimal): -4536513 or 4179898. OLE color: 4179898.
HSL color Cylindrical-coordinate representation of color #BAC73F: hue angle of 65.74º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAC73F is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 63 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.22 |
| HSL | 65.74º | 0.55% | 0.51% | - |
| HSV(B) | 65.74º | 0.68% | 0.78% | - |
| XYZ | 41.57 | 51.64 | 12.48 | - |
| YUV | 179.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 63 | 0.07 | 0 | 0.68 | 0.22 | 65.74 | 0.55 | 0.51 |
| Hex | BA | C7 | 3F | 7 | 0 | 44 | 16 | 42 | 37 | 33 |
| Octal | 272 | 307 | 77 | 7 | 0 | 104 | 26 | 102 | 67 | 63 |
| Binary | 10111010 | 11000111 | 111111 | 111 | 0 | 1000100 | 10110 | 1000010 | 110111 | 110011 |
Color Harmonies of #BAC73F
Complementary color
Monochromatic Colors of #BAC73F
Black with #BAC73F
Text Example
Text Example
White with #BAC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC73F; }
p { color: rgb(186,199,63); }
H1.HeaderClassName
{
color: #BAC73F;
}
.AnyTagClassName
{
color: #BAC73F;
}
</style>
background-color css
<style>
a { background-color: #BAC73F; }
a { background-color: rgb(186,199,63); }
div.DivClassName
{
background-color: #BAC73F;
}
.BgClassName
{
background-color: #BAC73F;
}
</style>
border-color css
<style>
span { border-color: #BAC73F; }
span { border-color: rgb(186,199,63); }
td.TdClassName
{
border-color: #BAC73F;
}
.TagClassName
{
border-color: #BAC73F;
}
</style>