Shades of Celery #BACC4F
Tints of Celery #BACC4F
RGB
CMYK
RGB Variations
Color information
#BACC4F (or 0xBACC4F) is known color: Celery. HEX triplet: BA, CC and 4F. RGB value is (186,204,79). Sum of RGB (Red+Green+Blue) = 186+204+79=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC4F is #4533B0. Grayscale: #B8B8B8. Windows color (decimal): -4535217 or 5229754. OLE color: 5229754.
HSL color Cylindrical-coordinate representation of color #BACC4F: hue angle of 68.64º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BACC4F is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 79 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.2 |
| HSL | 68.64º | 0.55% | 0.55% | - |
| HSV(B) | 68.64º | 0.61% | 0.8% | - |
| XYZ | 43.25 | 54.19 | 15.58 | - |
| YUV | 184.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 79 | 0.09 | 0 | 0.61 | 0.2 | 68.64 | 0.55 | 0.55 |
| Hex | BA | CC | 4F | 9 | 0 | 3D | 14 | 45 | 37 | 37 |
| Octal | 272 | 314 | 117 | 11 | 0 | 75 | 24 | 105 | 67 | 67 |
| Binary | 10111010 | 11001100 | 1001111 | 1001 | 0 | 111101 | 10100 | 1000101 | 110111 | 110111 |
Color Harmonies of #BACC4F
Complementary color
Monochromatic Colors of #BACC4F
Black with #BACC4F
Text Example
Text Example
White with #BACC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC4F; }
p { color: rgb(186,204,79); }
H1.HeaderClassName
{
color: #BACC4F;
}
.AnyTagClassName
{
color: #BACC4F;
}
</style>
background-color css
<style>
a { background-color: #BACC4F; }
a { background-color: rgb(186,204,79); }
div.DivClassName
{
background-color: #BACC4F;
}
.BgClassName
{
background-color: #BACC4F;
}
</style>
border-color css
<style>
span { border-color: #BACC4F; }
span { border-color: rgb(186,204,79); }
td.TdClassName
{
border-color: #BACC4F;
}
.TagClassName
{
border-color: #BACC4F;
}
</style>