Shades of Celery #BABF3E
Tints of Celery #BABF3E
RGB
CMYK
RGB Variations
Color information
#BABF3E (or 0xBABF3E) is known color: Celery. HEX triplet: BA, BF and 3E. RGB value is (186,191,62). Sum of RGB (Red+Green+Blue) = 186+191+62=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF3E is #4540C1. Grayscale: #AFAFAF. Windows color (decimal): -4538562 or 4112314. OLE color: 4112314.
HSL color Cylindrical-coordinate representation of color #BABF3E: hue angle of 62.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BABF3E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 62 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.25 |
| HSL | 62.33º | 0.51% | 0.5% | - |
| HSV(B) | 62.33º | 0.68% | 0.75% | - |
| XYZ | 39.75 | 48.05 | 11.74 | - |
| YUV | 174.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 62 | 0.03 | 0 | 0.68 | 0.25 | 62.33 | 0.51 | 0.5 |
| Hex | BA | BF | 3E | 3 | 0 | 44 | 19 | 3E | 33 | 32 |
| Octal | 272 | 277 | 76 | 3 | 0 | 104 | 31 | 76 | 63 | 62 |
| Binary | 10111010 | 10111111 | 111110 | 11 | 0 | 1000100 | 11001 | 111110 | 110011 | 110010 |
Color Harmonies of #BABF3E
Complementary color
Monochromatic Colors of #BABF3E
Black with #BABF3E
Text Example
Text Example
White with #BABF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF3E; }
p { color: rgb(186,191,62); }
H1.HeaderClassName
{
color: #BABF3E;
}
.AnyTagClassName
{
color: #BABF3E;
}
</style>
background-color css
<style>
a { background-color: #BABF3E; }
a { background-color: rgb(186,191,62); }
div.DivClassName
{
background-color: #BABF3E;
}
.BgClassName
{
background-color: #BABF3E;
}
</style>
border-color css
<style>
span { border-color: #BABF3E; }
span { border-color: rgb(186,191,62); }
td.TdClassName
{
border-color: #BABF3E;
}
.TagClassName
{
border-color: #BABF3E;
}
</style>