Shades of Celery #BEC13E
Tints of Celery #BEC13E
RGB
CMYK
RGB Variations
Color information
#BEC13E (or 0xBEC13E) is known color: Celery. HEX triplet: BE, C1 and 3E. RGB value is (190,193,62). Sum of RGB (Red+Green+Blue) = 190+193+62=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC13E is #413EC1. Grayscale: #B1B1B1. Windows color (decimal): -4275906 or 4112830. OLE color: 4112830.
HSL color Cylindrical-coordinate representation of color #BEC13E: hue angle of 61.37º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEC13E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 62 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.24 |
| HSL | 61.37º | 0.51% | 0.5% | - |
| HSV(B) | 61.37º | 0.68% | 0.76% | - |
| XYZ | 41.17 | 49.43 | 11.93 | - |
| YUV | 177.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 62 | 0.02 | 0 | 0.68 | 0.24 | 61.37 | 0.51 | 0.5 |
| Hex | BE | C1 | 3E | 2 | 0 | 44 | 18 | 3D | 33 | 32 |
| Octal | 276 | 301 | 76 | 2 | 0 | 104 | 30 | 75 | 63 | 62 |
| Binary | 10111110 | 11000001 | 111110 | 10 | 0 | 1000100 | 11000 | 111101 | 110011 | 110010 |
Color Harmonies of #BEC13E
Complementary color
Monochromatic Colors of #BEC13E
Black with #BEC13E
Text Example
Text Example
White with #BEC13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC13E; }
p { color: rgb(190,193,62); }
H1.HeaderClassName
{
color: #BEC13E;
}
.AnyTagClassName
{
color: #BEC13E;
}
</style>
background-color css
<style>
a { background-color: #BEC13E; }
a { background-color: rgb(190,193,62); }
div.DivClassName
{
background-color: #BEC13E;
}
.BgClassName
{
background-color: #BEC13E;
}
</style>
border-color css
<style>
span { border-color: #BEC13E; }
span { border-color: rgb(190,193,62); }
td.TdClassName
{
border-color: #BEC13E;
}
.TagClassName
{
border-color: #BEC13E;
}
</style>