Shades of Celery #BEC04C
Tints of Celery #BEC04C
RGB
CMYK
RGB Variations
Color information
#BEC04C (or 0xBEC04C) is known color: Celery. HEX triplet: BE, C0 and 4C. RGB value is (190,192,76). Sum of RGB (Red+Green+Blue) = 190+192+76=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC04C is #413FB3. Grayscale: #B2B2B2. Windows color (decimal): -4276148 or 5030078. OLE color: 5030078.
HSL color Cylindrical-coordinate representation of color #BEC04C: hue angle of 61.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEC04C is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 76 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.25 |
| HSL | 61.03º | 0.48% | 0.53% | - |
| HSV(B) | 61.03º | 0.6% | 0.75% | - |
| XYZ | 41.39 | 49.17 | 14.15 | - |
| YUV | 178.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 76 | 0.01 | 0 | 0.60 | 0.25 | 61.03 | 0.48 | 0.53 |
| Hex | BE | C0 | 4C | 1 | 0 | 3C | 19 | 3D | 30 | 35 |
| Octal | 276 | 300 | 114 | 1 | 0 | 74 | 31 | 75 | 60 | 65 |
| Binary | 10111110 | 11000000 | 1001100 | 1 | 0 | 111100 | 11001 | 111101 | 110000 | 110101 |
Color Harmonies of #BEC04C
Complementary color
Monochromatic Colors of #BEC04C
Black with #BEC04C
Text Example
Text Example
White with #BEC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC04C; }
p { color: rgb(190,192,76); }
H1.HeaderClassName
{
color: #BEC04C;
}
.AnyTagClassName
{
color: #BEC04C;
}
</style>
background-color css
<style>
a { background-color: #BEC04C; }
a { background-color: rgb(190,192,76); }
div.DivClassName
{
background-color: #BEC04C;
}
.BgClassName
{
background-color: #BEC04C;
}
</style>
border-color css
<style>
span { border-color: #BEC04C; }
span { border-color: rgb(190,192,76); }
td.TdClassName
{
border-color: #BEC04C;
}
.TagClassName
{
border-color: #BEC04C;
}
</style>