Shades of Celery #BACC3E
Tints of Celery #BACC3E
RGB
CMYK
RGB Variations
Color information
#BACC3E (or 0xBACC3E) is known color: Celery. HEX triplet: BA, CC and 3E. RGB value is (186,204,62). Sum of RGB (Red+Green+Blue) = 186+204+62=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC3E is #4533C1. Grayscale: #B6B6B6. Windows color (decimal): -4535234 or 4115642. OLE color: 4115642.
HSL color Cylindrical-coordinate representation of color #BACC3E: hue angle of 67.61º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BACC3E is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 62 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.2 |
| HSL | 67.61º | 0.58% | 0.52% | - |
| HSV(B) | 67.61º | 0.7% | 0.8% | - |
| XYZ | 42.71 | 53.97 | 12.72 | - |
| YUV | 182.43 | 60.04 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 62 | 0.09 | 0 | 0.70 | 0.2 | 67.61 | 0.58 | 0.52 |
| Hex | BA | CC | 3E | 9 | 0 | 46 | 14 | 44 | 3A | 34 |
| Octal | 272 | 314 | 76 | 11 | 0 | 106 | 24 | 104 | 72 | 64 |
| Binary | 10111010 | 11001100 | 111110 | 1001 | 0 | 1000110 | 10100 | 1000100 | 111010 | 110100 |
Color Harmonies of #BACC3E
Complementary color
Monochromatic Colors of #BACC3E
Black with #BACC3E
Text Example
Text Example
White with #BACC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC3E; }
p { color: rgb(186,204,62); }
H1.HeaderClassName
{
color: #BACC3E;
}
.AnyTagClassName
{
color: #BACC3E;
}
</style>
background-color css
<style>
a { background-color: #BACC3E; }
a { background-color: rgb(186,204,62); }
div.DivClassName
{
background-color: #BACC3E;
}
.BgClassName
{
background-color: #BACC3E;
}
</style>
border-color css
<style>
span { border-color: #BACC3E; }
span { border-color: rgb(186,204,62); }
td.TdClassName
{
border-color: #BACC3E;
}
.TagClassName
{
border-color: #BACC3E;
}
</style>