Shades of Celery #BEC74E
Tints of Celery #BEC74E
RGB
CMYK
RGB Variations
Color information
#BEC74E (or 0xBEC74E) is known color: Celery. HEX triplet: BE, C7 and 4E. RGB value is (190,199,78). Sum of RGB (Red+Green+Blue) = 190+199+78=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC74E is #4138B1. Grayscale: #B6B6B6. Windows color (decimal): -4274354 or 5162942. OLE color: 5162942.
HSL color Cylindrical-coordinate representation of color #BEC74E: hue angle of 64.46º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEC74E is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 78 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.22 |
| HSL | 64.46º | 0.52% | 0.54% | - |
| HSV(B) | 64.46º | 0.61% | 0.78% | - |
| XYZ | 43.03 | 52.34 | 15.04 | - |
| YUV | 182.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 78 | 0.05 | 0 | 0.61 | 0.22 | 64.46 | 0.52 | 0.54 |
| Hex | BE | C7 | 4E | 5 | 0 | 3D | 16 | 40 | 34 | 36 |
| Octal | 276 | 307 | 116 | 5 | 0 | 75 | 26 | 100 | 64 | 66 |
| Binary | 10111110 | 11000111 | 1001110 | 101 | 0 | 111101 | 10110 | 1000000 | 110100 | 110110 |
Color Harmonies of #BEC74E
Complementary color
Monochromatic Colors of #BEC74E
Black with #BEC74E
Text Example
Text Example
White with #BEC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC74E; }
p { color: rgb(190,199,78); }
H1.HeaderClassName
{
color: #BEC74E;
}
.AnyTagClassName
{
color: #BEC74E;
}
</style>
background-color css
<style>
a { background-color: #BEC74E; }
a { background-color: rgb(190,199,78); }
div.DivClassName
{
background-color: #BEC74E;
}
.BgClassName
{
background-color: #BEC74E;
}
</style>
border-color css
<style>
span { border-color: #BEC74E; }
span { border-color: rgb(190,199,78); }
td.TdClassName
{
border-color: #BEC74E;
}
.TagClassName
{
border-color: #BEC74E;
}
</style>