Shades of Celery #BEC04F
Tints of Celery #BEC04F
RGB
CMYK
RGB Variations
Color information
#BEC04F (or 0xBEC04F) is known color: Celery. HEX triplet: BE, C0 and 4F. RGB value is (190,192,79). Sum of RGB (Red+Green+Blue) = 190+192+79=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC04F is #413FB0. Grayscale: #B2B2B2. Windows color (decimal): -4276145 or 5226686. OLE color: 5226686.
HSL color Cylindrical-coordinate representation of color #BEC04F: hue angle of 61.06º 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 #BEC04F is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 79 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.25 |
| HSL | 61.06º | 0.47% | 0.53% | - |
| HSV(B) | 61.06º | 0.59% | 0.75% | - |
| XYZ | 41.5 | 49.21 | 14.71 | - |
| YUV | 178.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 79 | 0.01 | 0 | 0.59 | 0.25 | 61.06 | 0.47 | 0.53 |
| Hex | BE | C0 | 4F | 1 | 0 | 3B | 19 | 3D | 2F | 35 |
| Octal | 276 | 300 | 117 | 1 | 0 | 73 | 31 | 75 | 57 | 65 |
| Binary | 10111110 | 11000000 | 1001111 | 1 | 0 | 111011 | 11001 | 111101 | 101111 | 110101 |
Color Harmonies of #BEC04F
Complementary color
Monochromatic Colors of #BEC04F
Black with #BEC04F
Text Example
Text Example
White with #BEC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC04F; }
p { color: rgb(190,192,79); }
H1.HeaderClassName
{
color: #BEC04F;
}
.AnyTagClassName
{
color: #BEC04F;
}
</style>
background-color css
<style>
a { background-color: #BEC04F; }
a { background-color: rgb(190,192,79); }
div.DivClassName
{
background-color: #BEC04F;
}
.BgClassName
{
background-color: #BEC04F;
}
</style>
border-color css
<style>
span { border-color: #BEC04F; }
span { border-color: rgb(190,192,79); }
td.TdClassName
{
border-color: #BEC04F;
}
.TagClassName
{
border-color: #BEC04F;
}
</style>