Shades of Celery #BAC23D
Tints of Celery #BAC23D
RGB
CMYK
RGB Variations
Color information
#BAC23D (or 0xBAC23D) is known color: Celery. HEX triplet: BA, C2 and 3D. RGB value is (186,194,61). Sum of RGB (Red+Green+Blue) = 186+194+61=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC23D is #453DC2. Grayscale: #B0B0B0. Windows color (decimal): -4537795 or 4047546. OLE color: 4047546.
HSL color Cylindrical-coordinate representation of color #BAC23D: hue angle of 63.61º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAC23D is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 61 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.24 |
| HSL | 63.61º | 0.52% | 0.5% | - |
| HSV(B) | 63.61º | 0.69% | 0.76% | - |
| XYZ | 40.38 | 49.36 | 11.81 | - |
| YUV | 176.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 61 | 0.04 | 0 | 0.69 | 0.24 | 63.61 | 0.52 | 0.5 |
| Hex | BA | C2 | 3D | 4 | 0 | 45 | 18 | 40 | 34 | 32 |
| Octal | 272 | 302 | 75 | 4 | 0 | 105 | 30 | 100 | 64 | 62 |
| Binary | 10111010 | 11000010 | 111101 | 100 | 0 | 1000101 | 11000 | 1000000 | 110100 | 110010 |
Color Harmonies of #BAC23D
Complementary color
Monochromatic Colors of #BAC23D
Black with #BAC23D
Text Example
Text Example
White with #BAC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC23D; }
p { color: rgb(186,194,61); }
H1.HeaderClassName
{
color: #BAC23D;
}
.AnyTagClassName
{
color: #BAC23D;
}
</style>
background-color css
<style>
a { background-color: #BAC23D; }
a { background-color: rgb(186,194,61); }
div.DivClassName
{
background-color: #BAC23D;
}
.BgClassName
{
background-color: #BAC23D;
}
</style>
border-color css
<style>
span { border-color: #BAC23D; }
span { border-color: rgb(186,194,61); }
td.TdClassName
{
border-color: #BAC23D;
}
.TagClassName
{
border-color: #BAC23D;
}
</style>