Shades of Celery #BAC94D
Tints of Celery #BAC94D
RGB
CMYK
RGB Variations
Color information
#BAC94D (or 0xBAC94D) is known color: Celery. HEX triplet: BA, C9 and 4D. RGB value is (186,201,77). Sum of RGB (Red+Green+Blue) = 186+201+77=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC94D is #4536B2. Grayscale: #B6B6B6. Windows color (decimal): -4535987 or 5097914. OLE color: 5097914.
HSL color Cylindrical-coordinate representation of color #BAC94D: hue angle of 67.26º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC94D is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 77 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.21 |
| HSL | 67.26º | 0.53% | 0.55% | - |
| HSV(B) | 67.26º | 0.62% | 0.79% | - |
| XYZ | 42.48 | 52.75 | 14.96 | - |
| YUV | 182.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 77 | 0.07 | 0 | 0.62 | 0.21 | 67.26 | 0.53 | 0.55 |
| Hex | BA | C9 | 4D | 7 | 0 | 3E | 15 | 43 | 35 | 37 |
| Octal | 272 | 311 | 115 | 7 | 0 | 76 | 25 | 103 | 65 | 67 |
| Binary | 10111010 | 11001001 | 1001101 | 111 | 0 | 111110 | 10101 | 1000011 | 110101 | 110111 |
Color Harmonies of #BAC94D
Complementary color
Monochromatic Colors of #BAC94D
Black with #BAC94D
Text Example
Text Example
White with #BAC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC94D; }
p { color: rgb(186,201,77); }
H1.HeaderClassName
{
color: #BAC94D;
}
.AnyTagClassName
{
color: #BAC94D;
}
</style>
background-color css
<style>
a { background-color: #BAC94D; }
a { background-color: rgb(186,201,77); }
div.DivClassName
{
background-color: #BAC94D;
}
.BgClassName
{
background-color: #BAC94D;
}
</style>
border-color css
<style>
span { border-color: #BAC94D; }
span { border-color: rgb(186,201,77); }
td.TdClassName
{
border-color: #BAC94D;
}
.TagClassName
{
border-color: #BAC94D;
}
</style>