Shades of Celery #BABC3C
Tints of Celery #BABC3C
RGB
CMYK
RGB Variations
Color information
#BABC3C (or 0xBABC3C) is known color: Celery. HEX triplet: BA, BC and 3C. RGB value is (186,188,60). Sum of RGB (Red+Green+Blue) = 186+188+60=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC3C is #4543C3. Grayscale: #ADADAD. Windows color (decimal): -4539332 or 3980474. OLE color: 3980474.
HSL color Cylindrical-coordinate representation of color #BABC3C: hue angle of 60.94º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BABC3C is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 60 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.26 |
| HSL | 60.94º | 0.52% | 0.49% | - |
| HSV(B) | 60.94º | 0.68% | 0.74% | - |
| XYZ | 39.05 | 46.73 | 11.24 | - |
| YUV | 172.81 | 64.34 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 60 | 0.01 | 0 | 0.68 | 0.26 | 60.94 | 0.52 | 0.49 |
| Hex | BA | BC | 3C | 1 | 0 | 44 | 1A | 3D | 34 | 31 |
| Octal | 272 | 274 | 74 | 1 | 0 | 104 | 32 | 75 | 64 | 61 |
| Binary | 10111010 | 10111100 | 111100 | 1 | 0 | 1000100 | 11010 | 111101 | 110100 | 110001 |
Color Harmonies of #BABC3C
Complementary color
Monochromatic Colors of #BABC3C
Black with #BABC3C
Text Example
Text Example
White with #BABC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC3C; }
p { color: rgb(186,188,60); }
H1.HeaderClassName
{
color: #BABC3C;
}
.AnyTagClassName
{
color: #BABC3C;
}
</style>
background-color css
<style>
a { background-color: #BABC3C; }
a { background-color: rgb(186,188,60); }
div.DivClassName
{
background-color: #BABC3C;
}
.BgClassName
{
background-color: #BABC3C;
}
</style>
border-color css
<style>
span { border-color: #BABC3C; }
span { border-color: rgb(186,188,60); }
td.TdClassName
{
border-color: #BABC3C;
}
.TagClassName
{
border-color: #BABC3C;
}
</style>