Shades of Celery #BAD044
Tints of Celery #BAD044
RGB
CMYK
RGB Variations
Color information
#BAD044 (or 0xBAD044) is known color: Celery. HEX triplet: BA, D0 and 44. RGB value is (186,208,68). Sum of RGB (Red+Green+Blue) = 186+208+68=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD044 is #452FBB. Grayscale: #B9B9B9. Windows color (decimal): -4534204 or 4509882. OLE color: 4509882.
HSL color Cylindrical-coordinate representation of color #BAD044: hue angle of 69.43º degrees, saturation: 0.6, 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 #BAD044 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 68 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.18 |
| HSL | 69.43º | 0.6% | 0.54% | - |
| HSV(B) | 69.43º | 0.67% | 0.82% | - |
| XYZ | 43.85 | 55.97 | 13.96 | - |
| YUV | 185.46 | 61.71 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 68 | 0.11 | 0 | 0.67 | 0.18 | 69.43 | 0.6 | 0.54 |
| Hex | BA | D0 | 44 | B | 0 | 43 | 12 | 45 | 3C | 36 |
| Octal | 272 | 320 | 104 | 13 | 0 | 103 | 22 | 105 | 74 | 66 |
| Binary | 10111010 | 11010000 | 1000100 | 1011 | 0 | 1000011 | 10010 | 1000101 | 111100 | 110110 |
Color Harmonies of #BAD044
Complementary color
Monochromatic Colors of #BAD044
Black with #BAD044
Text Example
Text Example
White with #BAD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD044; }
p { color: rgb(186,208,68); }
H1.HeaderClassName
{
color: #BAD044;
}
.AnyTagClassName
{
color: #BAD044;
}
</style>
background-color css
<style>
a { background-color: #BAD044; }
a { background-color: rgb(186,208,68); }
div.DivClassName
{
background-color: #BAD044;
}
.BgClassName
{
background-color: #BAD044;
}
</style>
border-color css
<style>
span { border-color: #BAD044; }
span { border-color: rgb(186,208,68); }
td.TdClassName
{
border-color: #BAD044;
}
.TagClassName
{
border-color: #BAD044;
}
</style>