Shades of Celery #BAD14C
Tints of Celery #BAD14C
RGB
CMYK
RGB Variations
Color information
#BAD14C (or 0xBAD14C) is known color: Celery. HEX triplet: BA, D1 and 4C. RGB value is (186,209,76). Sum of RGB (Red+Green+Blue) = 186+209+76=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD14C is #452EB3. Grayscale: #BBBBBB. Windows color (decimal): -4533940 or 5034426. OLE color: 5034426.
HSL color Cylindrical-coordinate representation of color #BAD14C: hue angle of 70.38º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAD14C is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 76 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.18 |
| HSL | 70.38º | 0.59% | 0.56% | - |
| HSV(B) | 70.38º | 0.64% | 0.82% | - |
| XYZ | 44.35 | 56.56 | 15.42 | - |
| YUV | 186.96 | 65.38 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 76 | 0.11 | 0 | 0.64 | 0.18 | 70.38 | 0.59 | 0.56 |
| Hex | BA | D1 | 4C | B | 0 | 40 | 12 | 46 | 3B | 38 |
| Octal | 272 | 321 | 114 | 13 | 0 | 100 | 22 | 106 | 73 | 70 |
| Binary | 10111010 | 11010001 | 1001100 | 1011 | 0 | 1000000 | 10010 | 1000110 | 111011 | 111000 |
Color Harmonies of #BAD14C
Complementary color
Monochromatic Colors of #BAD14C
Black with #BAD14C
Text Example
Text Example
White with #BAD14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD14C; }
p { color: rgb(186,209,76); }
H1.HeaderClassName
{
color: #BAD14C;
}
.AnyTagClassName
{
color: #BAD14C;
}
</style>
background-color css
<style>
a { background-color: #BAD14C; }
a { background-color: rgb(186,209,76); }
div.DivClassName
{
background-color: #BAD14C;
}
.BgClassName
{
background-color: #BAD14C;
}
</style>
border-color css
<style>
span { border-color: #BAD14C; }
span { border-color: rgb(186,209,76); }
td.TdClassName
{
border-color: #BAD14C;
}
.TagClassName
{
border-color: #BAD14C;
}
</style>