Shades of Celery #BEC94E
Tints of Celery #BEC94E
RGB
CMYK
RGB Variations
Color information
#BEC94E (or 0xBEC94E) is known color: Celery. HEX triplet: BE, C9 and 4E. RGB value is (190,201,78). Sum of RGB (Red+Green+Blue) = 190+201+78=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC94E is #4136B1. Grayscale: #B8B8B8. Windows color (decimal): -4273842 or 5163454. OLE color: 5163454.
HSL color Cylindrical-coordinate representation of color #BEC94E: hue angle of 65.37º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEC94E is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 78 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.21 |
| HSL | 65.37º | 0.53% | 0.55% | - |
| HSV(B) | 65.37º | 0.61% | 0.79% | - |
| XYZ | 43.5 | 53.27 | 15.2 | - |
| YUV | 183.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 78 | 0.05 | 0 | 0.61 | 0.21 | 65.37 | 0.53 | 0.55 |
| Hex | BE | C9 | 4E | 5 | 0 | 3D | 15 | 41 | 35 | 37 |
| Octal | 276 | 311 | 116 | 5 | 0 | 75 | 25 | 101 | 65 | 67 |
| Binary | 10111110 | 11001001 | 1001110 | 101 | 0 | 111101 | 10101 | 1000001 | 110101 | 110111 |
Color Harmonies of #BEC94E
Complementary color
Monochromatic Colors of #BEC94E
Black with #BEC94E
Text Example
Text Example
White with #BEC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC94E; }
p { color: rgb(190,201,78); }
H1.HeaderClassName
{
color: #BEC94E;
}
.AnyTagClassName
{
color: #BEC94E;
}
</style>
background-color css
<style>
a { background-color: #BEC94E; }
a { background-color: rgb(190,201,78); }
div.DivClassName
{
background-color: #BEC94E;
}
.BgClassName
{
background-color: #BEC94E;
}
</style>
border-color css
<style>
span { border-color: #BEC94E; }
span { border-color: rgb(190,201,78); }
td.TdClassName
{
border-color: #BEC94E;
}
.TagClassName
{
border-color: #BEC94E;
}
</style>