Shades of Celery #BAC94B
Tints of Celery #BAC94B
RGB
CMYK
RGB Variations
Color information
#BAC94B (or 0xBAC94B) is known color: Celery. HEX triplet: BA, C9 and 4B. RGB value is (186,201,75). Sum of RGB (Red+Green+Blue) = 186+201+75=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC94B is #4536B4. Grayscale: #B6B6B6. Windows color (decimal): -4535989 or 4966842. OLE color: 4966842.
HSL color Cylindrical-coordinate representation of color #BAC94B: hue angle of 67.14º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC94B is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 75 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.21 |
| HSL | 67.14º | 0.54% | 0.54% | - |
| HSV(B) | 67.14º | 0.63% | 0.79% | - |
| XYZ | 42.41 | 52.72 | 14.6 | - |
| YUV | 182.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 75 | 0.07 | 0 | 0.63 | 0.21 | 67.14 | 0.54 | 0.54 |
| Hex | BA | C9 | 4B | 7 | 0 | 3F | 15 | 43 | 36 | 36 |
| Octal | 272 | 311 | 113 | 7 | 0 | 77 | 25 | 103 | 66 | 66 |
| Binary | 10111010 | 11001001 | 1001011 | 111 | 0 | 111111 | 10101 | 1000011 | 110110 | 110110 |
Color Harmonies of #BAC94B
Complementary color
Monochromatic Colors of #BAC94B
Black with #BAC94B
Text Example
Text Example
White with #BAC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC94B; }
p { color: rgb(186,201,75); }
H1.HeaderClassName
{
color: #BAC94B;
}
.AnyTagClassName
{
color: #BAC94B;
}
</style>
background-color css
<style>
a { background-color: #BAC94B; }
a { background-color: rgb(186,201,75); }
div.DivClassName
{
background-color: #BAC94B;
}
.BgClassName
{
background-color: #BAC94B;
}
</style>
border-color css
<style>
span { border-color: #BAC94B; }
span { border-color: rgb(186,201,75); }
td.TdClassName
{
border-color: #BAC94B;
}
.TagClassName
{
border-color: #BAC94B;
}
</style>