Shades of Celery #BAC04B
Tints of Celery #BAC04B
RGB
CMYK
RGB Variations
Color information
#BAC04B (or 0xBAC04B) is known color: Celery. HEX triplet: BA, C0 and 4B. RGB value is (186,192,75). Sum of RGB (Red+Green+Blue) = 186+192+75=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC04B is #453FB4. Grayscale: #B1B1B1. Windows color (decimal): -4538293 or 4964538. OLE color: 4964538.
HSL color Cylindrical-coordinate representation of color #BAC04B: hue angle of 63.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC04B is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 75 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.25 |
| HSL | 63.08º | 0.48% | 0.52% | - |
| HSV(B) | 63.08º | 0.61% | 0.75% | - |
| XYZ | 40.37 | 48.65 | 13.92 | - |
| YUV | 176.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 75 | 0.03 | 0 | 0.61 | 0.25 | 63.08 | 0.48 | 0.52 |
| Hex | BA | C0 | 4B | 3 | 0 | 3D | 19 | 3F | 30 | 34 |
| Octal | 272 | 300 | 113 | 3 | 0 | 75 | 31 | 77 | 60 | 64 |
| Binary | 10111010 | 11000000 | 1001011 | 11 | 0 | 111101 | 11001 | 111111 | 110000 | 110100 |
Color Harmonies of #BAC04B
Complementary color
Monochromatic Colors of #BAC04B
Black with #BAC04B
Text Example
Text Example
White with #BAC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC04B; }
p { color: rgb(186,192,75); }
H1.HeaderClassName
{
color: #BAC04B;
}
.AnyTagClassName
{
color: #BAC04B;
}
</style>
background-color css
<style>
a { background-color: #BAC04B; }
a { background-color: rgb(186,192,75); }
div.DivClassName
{
background-color: #BAC04B;
}
.BgClassName
{
background-color: #BAC04B;
}
</style>
border-color css
<style>
span { border-color: #BAC04B; }
span { border-color: rgb(186,192,75); }
td.TdClassName
{
border-color: #BAC04B;
}
.TagClassName
{
border-color: #BAC04B;
}
</style>