Shades of Celery #BEC64A
Tints of Celery #BEC64A
RGB
CMYK
RGB Variations
Color information
#BEC64A (or 0xBEC64A) is known color: Celery. HEX triplet: BE, C6 and 4A. RGB value is (190,198,74). Sum of RGB (Red+Green+Blue) = 190+198+74=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC64A is #4139B5. Grayscale: #B5B5B5. Windows color (decimal): -4274614 or 4900542. OLE color: 4900542.
HSL color Cylindrical-coordinate representation of color #BEC64A: hue angle of 63.87º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEC64A is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 74 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.22 |
| HSL | 63.87º | 0.52% | 0.53% | - |
| HSV(B) | 63.87º | 0.63% | 0.78% | - |
| XYZ | 42.67 | 51.83 | 14.23 | - |
| YUV | 181.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 74 | 0.04 | 0 | 0.63 | 0.22 | 63.87 | 0.52 | 0.53 |
| Hex | BE | C6 | 4A | 4 | 0 | 3F | 16 | 40 | 34 | 35 |
| Octal | 276 | 306 | 112 | 4 | 0 | 77 | 26 | 100 | 64 | 65 |
| Binary | 10111110 | 11000110 | 1001010 | 100 | 0 | 111111 | 10110 | 1000000 | 110100 | 110101 |
Color Harmonies of #BEC64A
Complementary color
Monochromatic Colors of #BEC64A
Black with #BEC64A
Text Example
Text Example
White with #BEC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC64A; }
p { color: rgb(190,198,74); }
H1.HeaderClassName
{
color: #BEC64A;
}
.AnyTagClassName
{
color: #BEC64A;
}
</style>
background-color css
<style>
a { background-color: #BEC64A; }
a { background-color: rgb(190,198,74); }
div.DivClassName
{
background-color: #BEC64A;
}
.BgClassName
{
background-color: #BEC64A;
}
</style>
border-color css
<style>
span { border-color: #BEC64A; }
span { border-color: rgb(190,198,74); }
td.TdClassName
{
border-color: #BEC64A;
}
.TagClassName
{
border-color: #BEC64A;
}
</style>