Shades of Celery #BAC83E
Tints of Celery #BAC83E
RGB
CMYK
RGB Variations
Color information
#BAC83E (or 0xBAC83E) is known color: Celery. HEX triplet: BA, C8 and 3E. RGB value is (186,200,62). Sum of RGB (Red+Green+Blue) = 186+200+62=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC83E is #4537C1. Grayscale: #B4B4B4. Windows color (decimal): -4536258 or 4114618. OLE color: 4114618.
HSL color Cylindrical-coordinate representation of color #BAC83E: hue angle of 66.09º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAC83E is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 62 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.22 |
| HSL | 66.09º | 0.56% | 0.51% | - |
| HSV(B) | 66.09º | 0.69% | 0.78% | - |
| XYZ | 41.77 | 52.1 | 12.41 | - |
| YUV | 180.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 62 | 0.07 | 0 | 0.69 | 0.22 | 66.09 | 0.56 | 0.51 |
| Hex | BA | C8 | 3E | 7 | 0 | 45 | 16 | 42 | 38 | 33 |
| Octal | 272 | 310 | 76 | 7 | 0 | 105 | 26 | 102 | 70 | 63 |
| Binary | 10111010 | 11001000 | 111110 | 111 | 0 | 1000101 | 10110 | 1000010 | 111000 | 110011 |
Color Harmonies of #BAC83E
Complementary color
Monochromatic Colors of #BAC83E
Black with #BAC83E
Text Example
Text Example
White with #BAC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC83E; }
p { color: rgb(186,200,62); }
H1.HeaderClassName
{
color: #BAC83E;
}
.AnyTagClassName
{
color: #BAC83E;
}
</style>
background-color css
<style>
a { background-color: #BAC83E; }
a { background-color: rgb(186,200,62); }
div.DivClassName
{
background-color: #BAC83E;
}
.BgClassName
{
background-color: #BAC83E;
}
</style>
border-color css
<style>
span { border-color: #BAC83E; }
span { border-color: rgb(186,200,62); }
td.TdClassName
{
border-color: #BAC83E;
}
.TagClassName
{
border-color: #BAC83E;
}
</style>