Shades of Celery #BAD14A
Tints of Celery #BAD14A
RGB
CMYK
RGB Variations
Color information
#BAD14A (or 0xBAD14A) is known color: Celery. HEX triplet: BA, D1 and 4A. RGB value is (186,209,74). Sum of RGB (Red+Green+Blue) = 186+209+74=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD14A is #452EB5. Grayscale: #BBBBBB. Windows color (decimal): -4533942 or 4903354. OLE color: 4903354.
HSL color Cylindrical-coordinate representation of color #BAD14A: hue angle of 70.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAD14A is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 74 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.18 |
| HSL | 70.22º | 0.59% | 0.55% | - |
| HSV(B) | 70.22º | 0.65% | 0.82% | - |
| XYZ | 44.29 | 56.53 | 15.06 | - |
| YUV | 186.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 74 | 0.11 | 0 | 0.65 | 0.18 | 70.22 | 0.59 | 0.55 |
| Hex | BA | D1 | 4A | B | 0 | 41 | 12 | 46 | 3B | 37 |
| Octal | 272 | 321 | 112 | 13 | 0 | 101 | 22 | 106 | 73 | 67 |
| Binary | 10111010 | 11010001 | 1001010 | 1011 | 0 | 1000001 | 10010 | 1000110 | 111011 | 110111 |
Color Harmonies of #BAD14A
Complementary color
Monochromatic Colors of #BAD14A
Black with #BAD14A
Text Example
Text Example
White with #BAD14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD14A; }
p { color: rgb(186,209,74); }
H1.HeaderClassName
{
color: #BAD14A;
}
.AnyTagClassName
{
color: #BAD14A;
}
</style>
background-color css
<style>
a { background-color: #BAD14A; }
a { background-color: rgb(186,209,74); }
div.DivClassName
{
background-color: #BAD14A;
}
.BgClassName
{
background-color: #BAD14A;
}
</style>
border-color css
<style>
span { border-color: #BAD14A; }
span { border-color: rgb(186,209,74); }
td.TdClassName
{
border-color: #BAD14A;
}
.TagClassName
{
border-color: #BAD14A;
}
</style>