Shades of Celery #BAC24B
Tints of Celery #BAC24B
RGB
CMYK
RGB Variations
Color information
#BAC24B (or 0xBAC24B) is known color: Celery. HEX triplet: BA, C2 and 4B. RGB value is (186,194,75). Sum of RGB (Red+Green+Blue) = 186+194+75=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 75 (29.69% from 255 or 16.48% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC24B is #453DB4. Grayscale: #B2B2B2. Windows color (decimal): -4537781 or 4965050. OLE color: 4965050.
HSL color Cylindrical-coordinate representation of color #BAC24B: hue angle of 64.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAC24B is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 75 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.24 |
| HSL | 64.03º | 0.49% | 0.53% | - |
| HSV(B) | 64.03º | 0.61% | 0.76% | - |
| XYZ | 40.81 | 49.53 | 14.07 | - |
| YUV | 178.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 75 | 0.04 | 0 | 0.61 | 0.24 | 64.03 | 0.49 | 0.53 |
| Hex | BA | C2 | 4B | 4 | 0 | 3D | 18 | 40 | 31 | 35 |
| Octal | 272 | 302 | 113 | 4 | 0 | 75 | 30 | 100 | 61 | 65 |
| Binary | 10111010 | 11000010 | 1001011 | 100 | 0 | 111101 | 11000 | 1000000 | 110001 | 110101 |
Color Harmonies of #BAC24B
Complementary color
Monochromatic Colors of #BAC24B
Black with #BAC24B
Text Example
Text Example
White with #BAC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC24B; }
p { color: rgb(186,194,75); }
H1.HeaderClassName
{
color: #BAC24B;
}
.AnyTagClassName
{
color: #BAC24B;
}
</style>
background-color css
<style>
a { background-color: #BAC24B; }
a { background-color: rgb(186,194,75); }
div.DivClassName
{
background-color: #BAC24B;
}
.BgClassName
{
background-color: #BAC24B;
}
</style>
border-color css
<style>
span { border-color: #BAC24B; }
span { border-color: rgb(186,194,75); }
td.TdClassName
{
border-color: #BAC24B;
}
.TagClassName
{
border-color: #BAC24B;
}
</style>