Shades of Celery #BABC3E
Tints of Celery #BABC3E
RGB
CMYK
RGB Variations
Color information
#BABC3E (or 0xBABC3E) is known color: Celery. HEX triplet: BA, BC and 3E. RGB value is (186,188,62). Sum of RGB (Red+Green+Blue) = 186+188+62=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC3E is #4543C1. Grayscale: #ADADAD. Windows color (decimal): -4539330 or 4111546. OLE color: 4111546.
HSL color Cylindrical-coordinate representation of color #BABC3E: hue angle of 60.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BABC3E is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 62 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.26 |
| HSL | 60.95º | 0.5% | 0.49% | - |
| HSV(B) | 60.95º | 0.67% | 0.74% | - |
| XYZ | 39.1 | 46.75 | 11.52 | - |
| YUV | 173.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 62 | 0.01 | 0 | 0.67 | 0.26 | 60.95 | 0.5 | 0.49 |
| Hex | BA | BC | 3E | 1 | 0 | 43 | 1A | 3D | 32 | 31 |
| Octal | 272 | 274 | 76 | 1 | 0 | 103 | 32 | 75 | 62 | 61 |
| Binary | 10111010 | 10111100 | 111110 | 1 | 0 | 1000011 | 11010 | 111101 | 110010 | 110001 |
Color Harmonies of #BABC3E
Complementary color
Monochromatic Colors of #BABC3E
Black with #BABC3E
Text Example
Text Example
White with #BABC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC3E; }
p { color: rgb(186,188,62); }
H1.HeaderClassName
{
color: #BABC3E;
}
.AnyTagClassName
{
color: #BABC3E;
}
</style>
background-color css
<style>
a { background-color: #BABC3E; }
a { background-color: rgb(186,188,62); }
div.DivClassName
{
background-color: #BABC3E;
}
.BgClassName
{
background-color: #BABC3E;
}
</style>
border-color css
<style>
span { border-color: #BABC3E; }
span { border-color: rgb(186,188,62); }
td.TdClassName
{
border-color: #BABC3E;
}
.TagClassName
{
border-color: #BABC3E;
}
</style>