Shades of Celery #BEC54F
Tints of Celery #BEC54F
RGB
CMYK
RGB Variations
Color information
#BEC54F (or 0xBEC54F) is known color: Celery. HEX triplet: BE, C5 and 4F. RGB value is (190,197,79). Sum of RGB (Red+Green+Blue) = 190+197+79=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC54F is #413AB0. Grayscale: #B5B5B5. Windows color (decimal): -4274865 or 5227966. OLE color: 5227966.
HSL color Cylindrical-coordinate representation of color #BEC54F: hue angle of 63.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEC54F is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 79 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.23 |
| HSL | 63.56º | 0.5% | 0.54% | - |
| HSV(B) | 63.56º | 0.6% | 0.77% | - |
| XYZ | 42.61 | 51.44 | 15.08 | - |
| YUV | 181.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 79 | 0.04 | 0 | 0.60 | 0.23 | 63.56 | 0.5 | 0.54 |
| Hex | BE | C5 | 4F | 4 | 0 | 3C | 17 | 40 | 32 | 36 |
| Octal | 276 | 305 | 117 | 4 | 0 | 74 | 27 | 100 | 62 | 66 |
| Binary | 10111110 | 11000101 | 1001111 | 100 | 0 | 111100 | 10111 | 1000000 | 110010 | 110110 |
Color Harmonies of #BEC54F
Complementary color
Monochromatic Colors of #BEC54F
Black with #BEC54F
Text Example
Text Example
White with #BEC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC54F; }
p { color: rgb(190,197,79); }
H1.HeaderClassName
{
color: #BEC54F;
}
.AnyTagClassName
{
color: #BEC54F;
}
</style>
background-color css
<style>
a { background-color: #BEC54F; }
a { background-color: rgb(190,197,79); }
div.DivClassName
{
background-color: #BEC54F;
}
.BgClassName
{
background-color: #BEC54F;
}
</style>
border-color css
<style>
span { border-color: #BEC54F; }
span { border-color: rgb(190,197,79); }
td.TdClassName
{
border-color: #BEC54F;
}
.TagClassName
{
border-color: #BEC54F;
}
</style>