Shades of Celery #BEC24C
Tints of Celery #BEC24C
RGB
CMYK
RGB Variations
Color information
#BEC24C (or 0xBEC24C) is known color: Celery. HEX triplet: BE, C2 and 4C. RGB value is (190,194,76). Sum of RGB (Red+Green+Blue) = 190+194+76=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC24C is #413DB3. Grayscale: #B3B3B3. Windows color (decimal): -4275636 or 5030590. OLE color: 5030590.
HSL color Cylindrical-coordinate representation of color #BEC24C: hue angle of 62.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEC24C is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 76 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.24 |
| HSL | 62.03º | 0.49% | 0.53% | - |
| HSV(B) | 62.03º | 0.61% | 0.76% | - |
| XYZ | 41.83 | 50.05 | 14.29 | - |
| YUV | 179.35 | 69.67 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 76 | 0.02 | 0 | 0.61 | 0.24 | 62.03 | 0.49 | 0.53 |
| Hex | BE | C2 | 4C | 2 | 0 | 3D | 18 | 3E | 31 | 35 |
| Octal | 276 | 302 | 114 | 2 | 0 | 75 | 30 | 76 | 61 | 65 |
| Binary | 10111110 | 11000010 | 1001100 | 10 | 0 | 111101 | 11000 | 111110 | 110001 | 110101 |
Color Harmonies of #BEC24C
Complementary color
Monochromatic Colors of #BEC24C
Black with #BEC24C
Text Example
Text Example
White with #BEC24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC24C; }
p { color: rgb(190,194,76); }
H1.HeaderClassName
{
color: #BEC24C;
}
.AnyTagClassName
{
color: #BEC24C;
}
</style>
background-color css
<style>
a { background-color: #BEC24C; }
a { background-color: rgb(190,194,76); }
div.DivClassName
{
background-color: #BEC24C;
}
.BgClassName
{
background-color: #BEC24C;
}
</style>
border-color css
<style>
span { border-color: #BEC24C; }
span { border-color: rgb(190,194,76); }
td.TdClassName
{
border-color: #BEC24C;
}
.TagClassName
{
border-color: #BEC24C;
}
</style>