Shades of Celery #BAD14D
Tints of Celery #BAD14D
RGB
CMYK
RGB Variations
Color information
#BAD14D (or 0xBAD14D) is known color: Celery. HEX triplet: BA, D1 and 4D. RGB value is (186,209,77). Sum of RGB (Red+Green+Blue) = 186+209+77=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD14D is #452EB2. Grayscale: #BBBBBB. Windows color (decimal): -4533939 or 5099962. OLE color: 5099962.
HSL color Cylindrical-coordinate representation of color #BAD14D: hue angle of 70.45º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAD14D is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 77 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.18 |
| HSL | 70.45º | 0.59% | 0.56% | - |
| HSV(B) | 70.45º | 0.63% | 0.82% | - |
| XYZ | 44.39 | 56.58 | 15.6 | - |
| YUV | 187.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 77 | 0.11 | 0 | 0.63 | 0.18 | 70.45 | 0.59 | 0.56 |
| Hex | BA | D1 | 4D | B | 0 | 3F | 12 | 46 | 3B | 38 |
| Octal | 272 | 321 | 115 | 13 | 0 | 77 | 22 | 106 | 73 | 70 |
| Binary | 10111010 | 11010001 | 1001101 | 1011 | 0 | 111111 | 10010 | 1000110 | 111011 | 111000 |
Color Harmonies of #BAD14D
Complementary color
Monochromatic Colors of #BAD14D
Black with #BAD14D
Text Example
Text Example
White with #BAD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD14D; }
p { color: rgb(186,209,77); }
H1.HeaderClassName
{
color: #BAD14D;
}
.AnyTagClassName
{
color: #BAD14D;
}
</style>
background-color css
<style>
a { background-color: #BAD14D; }
a { background-color: rgb(186,209,77); }
div.DivClassName
{
background-color: #BAD14D;
}
.BgClassName
{
background-color: #BAD14D;
}
</style>
border-color css
<style>
span { border-color: #BAD14D; }
span { border-color: rgb(186,209,77); }
td.TdClassName
{
border-color: #BAD14D;
}
.TagClassName
{
border-color: #BAD14D;
}
</style>