Shades of Celery #BAC74D
Tints of Celery #BAC74D
RGB
CMYK
RGB Variations
Color information
#BAC74D (or 0xBAC74D) is known color: Celery. HEX triplet: BA, C7 and 4D. RGB value is (186,199,77). Sum of RGB (Red+Green+Blue) = 186+199+77=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC74D is #4538B2. Grayscale: #B5B5B5. Windows color (decimal): -4536499 or 5097402. OLE color: 5097402.
HSL color Cylindrical-coordinate representation of color #BAC74D: hue angle of 66.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC74D is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 77 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.22 |
| HSL | 66.39º | 0.52% | 0.54% | - |
| HSV(B) | 66.39º | 0.61% | 0.78% | - |
| XYZ | 42.01 | 51.82 | 14.81 | - |
| YUV | 181.21 | 69.19 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 77 | 0.07 | 0 | 0.61 | 0.22 | 66.39 | 0.52 | 0.54 |
| Hex | BA | C7 | 4D | 7 | 0 | 3D | 16 | 42 | 34 | 36 |
| Octal | 272 | 307 | 115 | 7 | 0 | 75 | 26 | 102 | 64 | 66 |
| Binary | 10111010 | 11000111 | 1001101 | 111 | 0 | 111101 | 10110 | 1000010 | 110100 | 110110 |
Color Harmonies of #BAC74D
Complementary color
Monochromatic Colors of #BAC74D
Black with #BAC74D
Text Example
Text Example
White with #BAC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC74D; }
p { color: rgb(186,199,77); }
H1.HeaderClassName
{
color: #BAC74D;
}
.AnyTagClassName
{
color: #BAC74D;
}
</style>
background-color css
<style>
a { background-color: #BAC74D; }
a { background-color: rgb(186,199,77); }
div.DivClassName
{
background-color: #BAC74D;
}
.BgClassName
{
background-color: #BAC74D;
}
</style>
border-color css
<style>
span { border-color: #BAC74D; }
span { border-color: rgb(186,199,77); }
td.TdClassName
{
border-color: #BAC74D;
}
.TagClassName
{
border-color: #BAC74D;
}
</style>