Shades of Celery #BEC03D
Tints of Celery #BEC03D
RGB
CMYK
RGB Variations
Color information
#BEC03D (or 0xBEC03D) is known color: Celery. HEX triplet: BE, C0 and 3D. RGB value is (190,192,61). Sum of RGB (Red+Green+Blue) = 190+192+61=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC03D is #413FC2. Grayscale: #B0B0B0. Windows color (decimal): -4276163 or 4047038. OLE color: 4047038.
HSL color Cylindrical-coordinate representation of color #BEC03D: hue angle of 60.92º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEC03D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 61 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.25 |
| HSL | 60.92º | 0.52% | 0.5% | - |
| HSV(B) | 60.92º | 0.68% | 0.75% | - |
| XYZ | 40.93 | 48.98 | 11.71 | - |
| YUV | 176.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 61 | 0.01 | 0 | 0.68 | 0.25 | 60.92 | 0.52 | 0.5 |
| Hex | BE | C0 | 3D | 1 | 0 | 44 | 19 | 3D | 34 | 32 |
| Octal | 276 | 300 | 75 | 1 | 0 | 104 | 31 | 75 | 64 | 62 |
| Binary | 10111110 | 11000000 | 111101 | 1 | 0 | 1000100 | 11001 | 111101 | 110100 | 110010 |
Color Harmonies of #BEC03D
Complementary color
Monochromatic Colors of #BEC03D
Black with #BEC03D
Text Example
Text Example
White with #BEC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC03D; }
p { color: rgb(190,192,61); }
H1.HeaderClassName
{
color: #BEC03D;
}
.AnyTagClassName
{
color: #BEC03D;
}
</style>
background-color css
<style>
a { background-color: #BEC03D; }
a { background-color: rgb(190,192,61); }
div.DivClassName
{
background-color: #BEC03D;
}
.BgClassName
{
background-color: #BEC03D;
}
</style>
border-color css
<style>
span { border-color: #BEC03D; }
span { border-color: rgb(190,192,61); }
td.TdClassName
{
border-color: #BEC03D;
}
.TagClassName
{
border-color: #BEC03D;
}
</style>