Shades of Celery #BACD4E
Tints of Celery #BACD4E
RGB
CMYK
RGB Variations
Color information
#BACD4E (or 0xBACD4E) is known color: Celery. HEX triplet: BA, CD and 4E. RGB value is (186,205,78). Sum of RGB (Red+Green+Blue) = 186+205+78=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD4E is #4532B1. Grayscale: #B9B9B9. Windows color (decimal): -4534962 or 5164474. OLE color: 5164474.
HSL color Cylindrical-coordinate representation of color #BACD4E: hue angle of 68.98º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BACD4E is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 78 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.20 |
| HSL | 68.98º | 0.56% | 0.55% | - |
| HSV(B) | 68.98º | 0.62% | 0.8% | - |
| XYZ | 43.46 | 54.65 | 15.47 | - |
| YUV | 184.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 78 | 0.09 | 0 | 0.62 | 0.20 | 68.98 | 0.56 | 0.55 |
| Hex | BA | CD | 4E | 9 | 0 | 3E | 14 | 45 | 38 | 37 |
| Octal | 272 | 315 | 116 | 11 | 0 | 76 | 24 | 105 | 70 | 67 |
| Binary | 10111010 | 11001101 | 1001110 | 1001 | 0 | 111110 | 10100 | 1000101 | 111000 | 110111 |
Color Harmonies of #BACD4E
Complementary color
Monochromatic Colors of #BACD4E
Black with #BACD4E
Text Example
Text Example
White with #BACD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACD4E; }
p { color: rgb(186,205,78); }
H1.HeaderClassName
{
color: #BACD4E;
}
.AnyTagClassName
{
color: #BACD4E;
}
</style>
background-color css
<style>
a { background-color: #BACD4E; }
a { background-color: rgb(186,205,78); }
div.DivClassName
{
background-color: #BACD4E;
}
.BgClassName
{
background-color: #BACD4E;
}
</style>
border-color css
<style>
span { border-color: #BACD4E; }
span { border-color: rgb(186,205,78); }
td.TdClassName
{
border-color: #BACD4E;
}
.TagClassName
{
border-color: #BACD4E;
}
</style>