Shades of Celery #BEC14C
Tints of Celery #BEC14C
RGB
CMYK
RGB Variations
Color information
#BEC14C (or 0xBEC14C) is known color: Celery. HEX triplet: BE, C1 and 4C. RGB value is (190,193,76). Sum of RGB (Red+Green+Blue) = 190+193+76=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC14C is #413EB3. Grayscale: #B3B3B3. Windows color (decimal): -4275892 or 5030334. OLE color: 5030334.
HSL color Cylindrical-coordinate representation of color #BEC14C: hue angle of 61.54º 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 #BEC14C is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 76 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.24 |
| HSL | 61.54º | 0.49% | 0.53% | - |
| HSV(B) | 61.54º | 0.61% | 0.76% | - |
| XYZ | 41.61 | 49.61 | 14.22 | - |
| YUV | 178.77 | 70.01 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 76 | 0.02 | 0 | 0.61 | 0.24 | 61.54 | 0.49 | 0.53 |
| Hex | BE | C1 | 4C | 2 | 0 | 3D | 18 | 3E | 31 | 35 |
| Octal | 276 | 301 | 114 | 2 | 0 | 75 | 30 | 76 | 61 | 65 |
| Binary | 10111110 | 11000001 | 1001100 | 10 | 0 | 111101 | 11000 | 111110 | 110001 | 110101 |
Color Harmonies of #BEC14C
Complementary color
Monochromatic Colors of #BEC14C
Black with #BEC14C
Text Example
Text Example
White with #BEC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC14C; }
p { color: rgb(190,193,76); }
H1.HeaderClassName
{
color: #BEC14C;
}
.AnyTagClassName
{
color: #BEC14C;
}
</style>
background-color css
<style>
a { background-color: #BEC14C; }
a { background-color: rgb(190,193,76); }
div.DivClassName
{
background-color: #BEC14C;
}
.BgClassName
{
background-color: #BEC14C;
}
</style>
border-color css
<style>
span { border-color: #BEC14C; }
span { border-color: rgb(190,193,76); }
td.TdClassName
{
border-color: #BEC14C;
}
.TagClassName
{
border-color: #BEC14C;
}
</style>