Shades of Celery #BCC04E
Tints of Celery #BCC04E
RGB
CMYK
RGB Variations
Color information
#BCC04E (or 0xBCC04E) is known color: Celery. HEX triplet: BC, C0 and 4E. RGB value is (188,192,78). Sum of RGB (Red+Green+Blue) = 188+192+78=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC04E is #433FB1. Grayscale: #B2B2B2. Windows color (decimal): -4407218 or 5161148. OLE color: 5161148.
HSL color Cylindrical-coordinate representation of color #BCC04E: hue angle of 62.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCC04E is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 78 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.25 |
| HSL | 62.11º | 0.48% | 0.53% | - |
| HSV(B) | 62.11º | 0.59% | 0.75% | - |
| XYZ | 40.96 | 48.94 | 14.5 | - |
| YUV | 177.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 78 | 0.02 | 0 | 0.59 | 0.25 | 62.11 | 0.48 | 0.53 |
| Hex | BC | C0 | 4E | 2 | 0 | 3B | 19 | 3E | 30 | 35 |
| Octal | 274 | 300 | 116 | 2 | 0 | 73 | 31 | 76 | 60 | 65 |
| Binary | 10111100 | 11000000 | 1001110 | 10 | 0 | 111011 | 11001 | 111110 | 110000 | 110101 |
Color Harmonies of #BCC04E
Complementary color
Monochromatic Colors of #BCC04E
Black with #BCC04E
Text Example
Text Example
White with #BCC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC04E; }
p { color: rgb(188,192,78); }
H1.HeaderClassName
{
color: #BCC04E;
}
.AnyTagClassName
{
color: #BCC04E;
}
</style>
background-color css
<style>
a { background-color: #BCC04E; }
a { background-color: rgb(188,192,78); }
div.DivClassName
{
background-color: #BCC04E;
}
.BgClassName
{
background-color: #BCC04E;
}
</style>
border-color css
<style>
span { border-color: #BCC04E; }
span { border-color: rgb(188,192,78); }
td.TdClassName
{
border-color: #BCC04E;
}
.TagClassName
{
border-color: #BCC04E;
}
</style>