Shades of Celery #BACC51
Tints of Celery #BACC51
RGB
CMYK
RGB Variations
Color information
#BACC51 (or 0xBACC51) is known color: Celery. HEX triplet: BA, CC and 51. RGB value is (186,204,81). Sum of RGB (Red+Green+Blue) = 186+204+81=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC51 is #4533AE. Grayscale: #B9B9B9. Windows color (decimal): -4535215 or 5360826. OLE color: 5360826.
HSL color Cylindrical-coordinate representation of color #BACC51: hue angle of 68.78º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BACC51 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 81 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.2 |
| HSL | 68.78º | 0.55% | 0.56% | - |
| HSV(B) | 68.78º | 0.6% | 0.8% | - |
| XYZ | 43.33 | 54.22 | 15.97 | - |
| YUV | 184.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 81 | 0.09 | 0 | 0.60 | 0.2 | 68.78 | 0.55 | 0.56 |
| Hex | BA | CC | 51 | 9 | 0 | 3C | 14 | 45 | 37 | 38 |
| Octal | 272 | 314 | 121 | 11 | 0 | 74 | 24 | 105 | 67 | 70 |
| Binary | 10111010 | 11001100 | 1010001 | 1001 | 0 | 111100 | 10100 | 1000101 | 110111 | 111000 |
Color Harmonies of #BACC51
Complementary color
Monochromatic Colors of #BACC51
Black with #BACC51
Text Example
Text Example
White with #BACC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC51; }
p { color: rgb(186,204,81); }
H1.HeaderClassName
{
color: #BACC51;
}
.AnyTagClassName
{
color: #BACC51;
}
</style>
background-color css
<style>
a { background-color: #BACC51; }
a { background-color: rgb(186,204,81); }
div.DivClassName
{
background-color: #BACC51;
}
.BgClassName
{
background-color: #BACC51;
}
</style>
border-color css
<style>
span { border-color: #BACC51; }
span { border-color: rgb(186,204,81); }
td.TdClassName
{
border-color: #BACC51;
}
.TagClassName
{
border-color: #BACC51;
}
</style>