Shades of Celery #BABF40
Tints of Celery #BABF40
RGB
CMYK
RGB Variations
Color information
#BABF40 (or 0xBABF40) is known color: Celery. HEX triplet: BA, BF and 40. RGB value is (186,191,64). Sum of RGB (Red+Green+Blue) = 186+191+64=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF40 is #4540BF. Grayscale: #AFAFAF. Windows color (decimal): -4538560 or 4243386. OLE color: 4243386.
HSL color Cylindrical-coordinate representation of color #BABF40: hue angle of 62.36º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABF40 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 191 | 64 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.25 |
| HSL | 62.36º | 0.5% | 0.5% | - |
| HSV(B) | 62.36º | 0.66% | 0.75% | - |
| XYZ | 39.81 | 48.07 | 12.03 | - |
| YUV | 175.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 64 | 0.03 | 0 | 0.66 | 0.25 | 62.36 | 0.5 | 0.5 |
| Hex | BA | BF | 40 | 3 | 0 | 42 | 19 | 3E | 32 | 32 |
| Octal | 272 | 277 | 100 | 3 | 0 | 102 | 31 | 76 | 62 | 62 |
| Binary | 10111010 | 10111111 | 1000000 | 11 | 0 | 1000010 | 11001 | 111110 | 110010 | 110010 |
Color Harmonies of #BABF40
Complementary color
Monochromatic Colors of #BABF40
Black with #BABF40
Text Example
Text Example
White with #BABF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABF40; }
p { color: rgb(186,191,64); }
H1.HeaderClassName
{
color: #BABF40;
}
.AnyTagClassName
{
color: #BABF40;
}
</style>
background-color css
<style>
a { background-color: #BABF40; }
a { background-color: rgb(186,191,64); }
div.DivClassName
{
background-color: #BABF40;
}
.BgClassName
{
background-color: #BABF40;
}
</style>
border-color css
<style>
span { border-color: #BABF40; }
span { border-color: rgb(186,191,64); }
td.TdClassName
{
border-color: #BABF40;
}
.TagClassName
{
border-color: #BABF40;
}
</style>