Shades of Celery #BEC041
Tints of Celery #BEC041
RGB
CMYK
RGB Variations
Color information
#BEC041 (or 0xBEC041) is known color: Celery. HEX triplet: BE, C0 and 41. RGB value is (190,192,65). Sum of RGB (Red+Green+Blue) = 190+192+65=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC041 is #413FBE. Grayscale: #B1B1B1. Windows color (decimal): -4276159 or 4309182. OLE color: 4309182.
HSL color Cylindrical-coordinate representation of color #BEC041: hue angle of 60.94º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEC041 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 65 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.25 |
| HSL | 60.94º | 0.5% | 0.5% | - |
| HSV(B) | 60.94º | 0.66% | 0.75% | - |
| XYZ | 41.04 | 49.03 | 12.3 | - |
| YUV | 176.92 | 64.84 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 65 | 0.01 | 0 | 0.66 | 0.25 | 60.94 | 0.5 | 0.5 |
| Hex | BE | C0 | 41 | 1 | 0 | 42 | 19 | 3D | 32 | 32 |
| Octal | 276 | 300 | 101 | 1 | 0 | 102 | 31 | 75 | 62 | 62 |
| Binary | 10111110 | 11000000 | 1000001 | 1 | 0 | 1000010 | 11001 | 111101 | 110010 | 110010 |
Color Harmonies of #BEC041
Complementary color
Monochromatic Colors of #BEC041
Black with #BEC041
Text Example
Text Example
White with #BEC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC041; }
p { color: rgb(190,192,65); }
H1.HeaderClassName
{
color: #BEC041;
}
.AnyTagClassName
{
color: #BEC041;
}
</style>
background-color css
<style>
a { background-color: #BEC041; }
a { background-color: rgb(190,192,65); }
div.DivClassName
{
background-color: #BEC041;
}
.BgClassName
{
background-color: #BEC041;
}
</style>
border-color css
<style>
span { border-color: #BEC041; }
span { border-color: rgb(190,192,65); }
td.TdClassName
{
border-color: #BEC041;
}
.TagClassName
{
border-color: #BEC041;
}
</style>