Shades of Celery #BACD43
Tints of Celery #BACD43
RGB
CMYK
RGB Variations
Color information
#BACD43 (or 0xBACD43) is known color: Celery. HEX triplet: BA, CD and 43. RGB value is (186,205,67). Sum of RGB (Red+Green+Blue) = 186+205+67=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 67 (26.56% from 255 or 14.63% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD43 is #4532BC. Grayscale: #B8B8B8. Windows color (decimal): -4534973 or 4443578. OLE color: 4443578.
HSL color Cylindrical-coordinate representation of color #BACD43: hue angle of 68.26º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BACD43 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 67 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.20 |
| HSL | 68.26º | 0.58% | 0.53% | - |
| HSV(B) | 68.26º | 0.67% | 0.8% | - |
| XYZ | 43.09 | 54.51 | 13.56 | - |
| YUV | 183.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 67 | 0.09 | 0 | 0.67 | 0.20 | 68.26 | 0.58 | 0.53 |
| Hex | BA | CD | 43 | 9 | 0 | 43 | 14 | 44 | 3A | 35 |
| Octal | 272 | 315 | 103 | 11 | 0 | 103 | 24 | 104 | 72 | 65 |
| Binary | 10111010 | 11001101 | 1000011 | 1001 | 0 | 1000011 | 10100 | 1000100 | 111010 | 110101 |
Color Harmonies of #BACD43
Complementary color
Monochromatic Colors of #BACD43
Black with #BACD43
Text Example
Text Example
White with #BACD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD43; }
p { color: rgb(186,205,67); }
H1.HeaderClassName
{
color: #BACD43;
}
.AnyTagClassName
{
color: #BACD43;
}
</style>
background-color css
<style>
a { background-color: #BACD43; }
a { background-color: rgb(186,205,67); }
div.DivClassName
{
background-color: #BACD43;
}
.BgClassName
{
background-color: #BACD43;
}
</style>
border-color css
<style>
span { border-color: #BACD43; }
span { border-color: rgb(186,205,67); }
td.TdClassName
{
border-color: #BACD43;
}
.TagClassName
{
border-color: #BACD43;
}
</style>