Shades of Celery #BEC04E
Tints of Celery #BEC04E
RGB
CMYK
RGB Variations
Color information
#BEC04E (or 0xBEC04E) is known color: Celery. HEX triplet: BE, C0 and 4E. RGB value is (190,192,78). Sum of RGB (Red+Green+Blue) = 190+192+78=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC04E is #413FB1. Grayscale: #B2B2B2. Windows color (decimal): -4276146 or 5161150. OLE color: 5161150.
HSL color Cylindrical-coordinate representation of color #BEC04E: hue angle of 61.05º 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 #BEC04E is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 78 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.25 |
| HSL | 61.05º | 0.48% | 0.53% | - |
| HSV(B) | 61.05º | 0.59% | 0.75% | - |
| XYZ | 41.46 | 49.2 | 14.52 | - |
| YUV | 178.41 | 71.34 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 78 | 0.01 | 0 | 0.59 | 0.25 | 61.05 | 0.48 | 0.53 |
| Hex | BE | C0 | 4E | 1 | 0 | 3B | 19 | 3D | 30 | 35 |
| Octal | 276 | 300 | 116 | 1 | 0 | 73 | 31 | 75 | 60 | 65 |
| Binary | 10111110 | 11000000 | 1001110 | 1 | 0 | 111011 | 11001 | 111101 | 110000 | 110101 |
Color Harmonies of #BEC04E
Complementary color
Monochromatic Colors of #BEC04E
Black with #BEC04E
Text Example
Text Example
White with #BEC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC04E; }
p { color: rgb(190,192,78); }
H1.HeaderClassName
{
color: #BEC04E;
}
.AnyTagClassName
{
color: #BEC04E;
}
</style>
background-color css
<style>
a { background-color: #BEC04E; }
a { background-color: rgb(190,192,78); }
div.DivClassName
{
background-color: #BEC04E;
}
.BgClassName
{
background-color: #BEC04E;
}
</style>
border-color css
<style>
span { border-color: #BEC04E; }
span { border-color: rgb(190,192,78); }
td.TdClassName
{
border-color: #BEC04E;
}
.TagClassName
{
border-color: #BEC04E;
}
</style>