Shades of Celery #BEC044
Tints of Celery #BEC044
RGB
CMYK
RGB Variations
Color information
#BEC044 (or 0xBEC044) is known color: Celery. HEX triplet: BE, C0 and 44. RGB value is (190,192,68). Sum of RGB (Red+Green+Blue) = 190+192+68=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC044 is #413FBB. Grayscale: #B1B1B1. Windows color (decimal): -4276156 or 4505790. OLE color: 4505790.
HSL color Cylindrical-coordinate representation of color #BEC044: hue angle of 60.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEC044 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 68 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.25 |
| HSL | 60.97º | 0.5% | 0.51% | - |
| HSV(B) | 60.97º | 0.65% | 0.75% | - |
| XYZ | 41.13 | 49.06 | 12.77 | - |
| YUV | 177.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 68 | 0.01 | 0 | 0.65 | 0.25 | 60.97 | 0.5 | 0.51 |
| Hex | BE | C0 | 44 | 1 | 0 | 41 | 19 | 3D | 32 | 33 |
| Octal | 276 | 300 | 104 | 1 | 0 | 101 | 31 | 75 | 62 | 63 |
| Binary | 10111110 | 11000000 | 1000100 | 1 | 0 | 1000001 | 11001 | 111101 | 110010 | 110011 |
Color Harmonies of #BEC044
Complementary color
Monochromatic Colors of #BEC044
Black with #BEC044
Text Example
Text Example
White with #BEC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC044; }
p { color: rgb(190,192,68); }
H1.HeaderClassName
{
color: #BEC044;
}
.AnyTagClassName
{
color: #BEC044;
}
</style>
background-color css
<style>
a { background-color: #BEC044; }
a { background-color: rgb(190,192,68); }
div.DivClassName
{
background-color: #BEC044;
}
.BgClassName
{
background-color: #BEC044;
}
</style>
border-color css
<style>
span { border-color: #BEC044; }
span { border-color: rgb(190,192,68); }
td.TdClassName
{
border-color: #BEC044;
}
.TagClassName
{
border-color: #BEC044;
}
</style>