Shades of Celery #BACC4E
Tints of Celery #BACC4E
RGB
CMYK
RGB Variations
Color information
#BACC4E (or 0xBACC4E) is known color: Celery. HEX triplet: BA, CC and 4E. RGB value is (186,204,78). Sum of RGB (Red+Green+Blue) = 186+204+78=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC4E is #4533B1. Grayscale: #B8B8B8. Windows color (decimal): -4535218 or 5164218. OLE color: 5164218.
HSL color Cylindrical-coordinate representation of color #BACC4E: hue angle of 68.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BACC4E is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 78 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.2 |
| HSL | 68.57º | 0.55% | 0.55% | - |
| HSV(B) | 68.57º | 0.62% | 0.8% | - |
| XYZ | 43.22 | 54.17 | 15.39 | - |
| YUV | 184.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 78 | 0.09 | 0 | 0.62 | 0.2 | 68.57 | 0.55 | 0.55 |
| Hex | BA | CC | 4E | 9 | 0 | 3E | 14 | 45 | 37 | 37 |
| Octal | 272 | 314 | 116 | 11 | 0 | 76 | 24 | 105 | 67 | 67 |
| Binary | 10111010 | 11001100 | 1001110 | 1001 | 0 | 111110 | 10100 | 1000101 | 110111 | 110111 |
Color Harmonies of #BACC4E
Complementary color
Monochromatic Colors of #BACC4E
Black with #BACC4E
Text Example
Text Example
White with #BACC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC4E; }
p { color: rgb(186,204,78); }
H1.HeaderClassName
{
color: #BACC4E;
}
.AnyTagClassName
{
color: #BACC4E;
}
</style>
background-color css
<style>
a { background-color: #BACC4E; }
a { background-color: rgb(186,204,78); }
div.DivClassName
{
background-color: #BACC4E;
}
.BgClassName
{
background-color: #BACC4E;
}
</style>
border-color css
<style>
span { border-color: #BACC4E; }
span { border-color: rgb(186,204,78); }
td.TdClassName
{
border-color: #BACC4E;
}
.TagClassName
{
border-color: #BACC4E;
}
</style>