Shades of Celery #BEC640
Tints of Celery #BEC640
RGB
CMYK
RGB Variations
Color information
#BEC640 (or 0xBEC640) is known color: Celery. HEX triplet: BE, C6 and 40. RGB value is (190,198,64). Sum of RGB (Red+Green+Blue) = 190+198+64=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC640 is #4139BF. Grayscale: #B4B4B4. Windows color (decimal): -4274624 or 4245182. OLE color: 4245182.
HSL color Cylindrical-coordinate representation of color #BEC640: hue angle of 63.58º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEC640 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 64 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.22 |
| HSL | 63.58º | 0.54% | 0.51% | - |
| HSV(B) | 63.58º | 0.68% | 0.78% | - |
| XYZ | 42.35 | 51.71 | 12.6 | - |
| YUV | 180.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 64 | 0.04 | 0 | 0.68 | 0.22 | 63.58 | 0.54 | 0.51 |
| Hex | BE | C6 | 40 | 4 | 0 | 44 | 16 | 40 | 36 | 33 |
| Octal | 276 | 306 | 100 | 4 | 0 | 104 | 26 | 100 | 66 | 63 |
| Binary | 10111110 | 11000110 | 1000000 | 100 | 0 | 1000100 | 10110 | 1000000 | 110110 | 110011 |
Color Harmonies of #BEC640
Complementary color
Monochromatic Colors of #BEC640
Black with #BEC640
Text Example
Text Example
White with #BEC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC640; }
p { color: rgb(190,198,64); }
H1.HeaderClassName
{
color: #BEC640;
}
.AnyTagClassName
{
color: #BEC640;
}
</style>
background-color css
<style>
a { background-color: #BEC640; }
a { background-color: rgb(190,198,64); }
div.DivClassName
{
background-color: #BEC640;
}
.BgClassName
{
background-color: #BEC640;
}
</style>
border-color css
<style>
span { border-color: #BEC640; }
span { border-color: rgb(190,198,64); }
td.TdClassName
{
border-color: #BEC640;
}
.TagClassName
{
border-color: #BEC640;
}
</style>