Shades of Celery #BAD144
Tints of Celery #BAD144
RGB
CMYK
RGB Variations
Color information
#BAD144 (or 0xBAD144) is known color: Celery. HEX triplet: BA, D1 and 44. RGB value is (186,209,68). Sum of RGB (Red+Green+Blue) = 186+209+68=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD144 is #452EBB. Grayscale: #BABABA. Windows color (decimal): -4533948 or 4510138. OLE color: 4510138.
HSL color Cylindrical-coordinate representation of color #BAD144: hue angle of 69.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAD144 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 68 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.18 |
| HSL | 69.79º | 0.61% | 0.54% | - |
| HSV(B) | 69.79º | 0.67% | 0.82% | - |
| XYZ | 44.09 | 56.46 | 14.04 | - |
| YUV | 186.05 | 61.38 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 68 | 0.11 | 0 | 0.67 | 0.18 | 69.79 | 0.61 | 0.54 |
| Hex | BA | D1 | 44 | B | 0 | 43 | 12 | 46 | 3D | 36 |
| Octal | 272 | 321 | 104 | 13 | 0 | 103 | 22 | 106 | 75 | 66 |
| Binary | 10111010 | 11010001 | 1000100 | 1011 | 0 | 1000011 | 10010 | 1000110 | 111101 | 110110 |
Color Harmonies of #BAD144
Complementary color
Monochromatic Colors of #BAD144
Black with #BAD144
Text Example
Text Example
White with #BAD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD144; }
p { color: rgb(186,209,68); }
H1.HeaderClassName
{
color: #BAD144;
}
.AnyTagClassName
{
color: #BAD144;
}
</style>
background-color css
<style>
a { background-color: #BAD144; }
a { background-color: rgb(186,209,68); }
div.DivClassName
{
background-color: #BAD144;
}
.BgClassName
{
background-color: #BAD144;
}
</style>
border-color css
<style>
span { border-color: #BAD144; }
span { border-color: rgb(186,209,68); }
td.TdClassName
{
border-color: #BAD144;
}
.TagClassName
{
border-color: #BAD144;
}
</style>