Shades of Celery #BABC3F
Tints of Celery #BABC3F
RGB
CMYK
RGB Variations
Color information
#BABC3F (or 0xBABC3F) is known color: Celery. HEX triplet: BA, BC and 3F. RGB value is (186,188,63). Sum of RGB (Red+Green+Blue) = 186+188+63=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC3F is #4543C0. Grayscale: #ADADAD. Windows color (decimal): -4539329 or 4177082. OLE color: 4177082.
HSL color Cylindrical-coordinate representation of color #BABC3F: hue angle of 60.96º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABC3F is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 63 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.26 |
| HSL | 60.96º | 0.5% | 0.49% | - |
| HSV(B) | 60.96º | 0.66% | 0.74% | - |
| XYZ | 39.13 | 46.76 | 11.67 | - |
| YUV | 173.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 63 | 0.01 | 0 | 0.66 | 0.26 | 60.96 | 0.5 | 0.49 |
| Hex | BA | BC | 3F | 1 | 0 | 42 | 1A | 3D | 32 | 31 |
| Octal | 272 | 274 | 77 | 1 | 0 | 102 | 32 | 75 | 62 | 61 |
| Binary | 10111010 | 10111100 | 111111 | 1 | 0 | 1000010 | 11010 | 111101 | 110010 | 110001 |
Color Harmonies of #BABC3F
Complementary color
Monochromatic Colors of #BABC3F
Black with #BABC3F
Text Example
Text Example
White with #BABC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC3F; }
p { color: rgb(186,188,63); }
H1.HeaderClassName
{
color: #BABC3F;
}
.AnyTagClassName
{
color: #BABC3F;
}
</style>
background-color css
<style>
a { background-color: #BABC3F; }
a { background-color: rgb(186,188,63); }
div.DivClassName
{
background-color: #BABC3F;
}
.BgClassName
{
background-color: #BABC3F;
}
</style>
border-color css
<style>
span { border-color: #BABC3F; }
span { border-color: rgb(186,188,63); }
td.TdClassName
{
border-color: #BABC3F;
}
.TagClassName
{
border-color: #BABC3F;
}
</style>