Shades of Celery #BCC54E
Tints of Celery #BCC54E
RGB
CMYK
RGB Variations
Color information
#BCC54E (or 0xBCC54E) is known color: Celery. HEX triplet: BC, C5 and 4E. RGB value is (188,197,78). Sum of RGB (Red+Green+Blue) = 188+197+78=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC54E is #433AB1. Grayscale: #B5B5B5. Windows color (decimal): -4405938 or 5162428. OLE color: 5162428.
HSL color Cylindrical-coordinate representation of color #BCC54E: hue angle of 64.54º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCC54E is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 78 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.23 |
| HSL | 64.54º | 0.51% | 0.54% | - |
| HSV(B) | 64.54º | 0.6% | 0.77% | - |
| XYZ | 42.08 | 51.17 | 14.87 | - |
| YUV | 180.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 78 | 0.05 | 0 | 0.60 | 0.23 | 64.54 | 0.51 | 0.54 |
| Hex | BC | C5 | 4E | 5 | 0 | 3C | 17 | 41 | 33 | 36 |
| Octal | 274 | 305 | 116 | 5 | 0 | 74 | 27 | 101 | 63 | 66 |
| Binary | 10111100 | 11000101 | 1001110 | 101 | 0 | 111100 | 10111 | 1000001 | 110011 | 110110 |
Color Harmonies of #BCC54E
Complementary color
Monochromatic Colors of #BCC54E
Black with #BCC54E
Text Example
Text Example
White with #BCC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC54E; }
p { color: rgb(188,197,78); }
H1.HeaderClassName
{
color: #BCC54E;
}
.AnyTagClassName
{
color: #BCC54E;
}
</style>
background-color css
<style>
a { background-color: #BCC54E; }
a { background-color: rgb(188,197,78); }
div.DivClassName
{
background-color: #BCC54E;
}
.BgClassName
{
background-color: #BCC54E;
}
</style>
border-color css
<style>
span { border-color: #BCC54E; }
span { border-color: rgb(188,197,78); }
td.TdClassName
{
border-color: #BCC54E;
}
.TagClassName
{
border-color: #BCC54E;
}
</style>