Shades of Celery #BEC04D
Tints of Celery #BEC04D
RGB
CMYK
RGB Variations
Color information
#BEC04D (or 0xBEC04D) is known color: Celery. HEX triplet: BE, C0 and 4D. RGB value is (190,192,77). Sum of RGB (Red+Green+Blue) = 190+192+77=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC04D is #413FB2. Grayscale: #B2B2B2. Windows color (decimal): -4276147 or 5095614. OLE color: 5095614.
HSL color Cylindrical-coordinate representation of color #BEC04D: hue angle of 61.04º 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 #BEC04D is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 77 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.25 |
| HSL | 61.04º | 0.48% | 0.53% | - |
| HSV(B) | 61.04º | 0.6% | 0.75% | - |
| XYZ | 41.42 | 49.18 | 14.33 | - |
| YUV | 178.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 77 | 0.01 | 0 | 0.60 | 0.25 | 61.04 | 0.48 | 0.53 |
| Hex | BE | C0 | 4D | 1 | 0 | 3C | 19 | 3D | 30 | 35 |
| Octal | 276 | 300 | 115 | 1 | 0 | 74 | 31 | 75 | 60 | 65 |
| Binary | 10111110 | 11000000 | 1001101 | 1 | 0 | 111100 | 11001 | 111101 | 110000 | 110101 |
Color Harmonies of #BEC04D
Complementary color
Monochromatic Colors of #BEC04D
Black with #BEC04D
Text Example
Text Example
White with #BEC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC04D; }
p { color: rgb(190,192,77); }
H1.HeaderClassName
{
color: #BEC04D;
}
.AnyTagClassName
{
color: #BEC04D;
}
</style>
background-color css
<style>
a { background-color: #BEC04D; }
a { background-color: rgb(190,192,77); }
div.DivClassName
{
background-color: #BEC04D;
}
.BgClassName
{
background-color: #BEC04D;
}
</style>
border-color css
<style>
span { border-color: #BEC04D; }
span { border-color: rgb(190,192,77); }
td.TdClassName
{
border-color: #BEC04D;
}
.TagClassName
{
border-color: #BEC04D;
}
</style>