Shades of Celery #BEC24D
Tints of Celery #BEC24D
RGB
CMYK
RGB Variations
Color information
#BEC24D (or 0xBEC24D) is known color: Celery. HEX triplet: BE, C2 and 4D. RGB value is (190,194,77). Sum of RGB (Red+Green+Blue) = 190+194+77=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC24D is #413DB2. Grayscale: #B3B3B3. Windows color (decimal): -4275635 or 5096126. OLE color: 5096126.
HSL color Cylindrical-coordinate representation of color #BEC24D: hue angle of 62.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEC24D is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 77 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.24 |
| HSL | 62.05º | 0.49% | 0.53% | - |
| HSV(B) | 62.05º | 0.6% | 0.76% | - |
| XYZ | 41.87 | 50.07 | 14.48 | - |
| YUV | 179.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 77 | 0.02 | 0 | 0.60 | 0.24 | 62.05 | 0.49 | 0.53 |
| Hex | BE | C2 | 4D | 2 | 0 | 3C | 18 | 3E | 31 | 35 |
| Octal | 276 | 302 | 115 | 2 | 0 | 74 | 30 | 76 | 61 | 65 |
| Binary | 10111110 | 11000010 | 1001101 | 10 | 0 | 111100 | 11000 | 111110 | 110001 | 110101 |
Color Harmonies of #BEC24D
Complementary color
Monochromatic Colors of #BEC24D
Black with #BEC24D
Text Example
Text Example
White with #BEC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC24D; }
p { color: rgb(190,194,77); }
H1.HeaderClassName
{
color: #BEC24D;
}
.AnyTagClassName
{
color: #BEC24D;
}
</style>
background-color css
<style>
a { background-color: #BEC24D; }
a { background-color: rgb(190,194,77); }
div.DivClassName
{
background-color: #BEC24D;
}
.BgClassName
{
background-color: #BEC24D;
}
</style>
border-color css
<style>
span { border-color: #BEC24D; }
span { border-color: rgb(190,194,77); }
td.TdClassName
{
border-color: #BEC24D;
}
.TagClassName
{
border-color: #BEC24D;
}
</style>