Shades of Celery #BEC13C
Tints of Celery #BEC13C
RGB
CMYK
RGB Variations
Color information
#BEC13C (or 0xBEC13C) is known color: Celery. HEX triplet: BE, C1 and 3C. RGB value is (190,193,60). Sum of RGB (Red+Green+Blue) = 190+193+60=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC13C is #413EC3. Grayscale: #B1B1B1. Windows color (decimal): -4275908 or 3981758. OLE color: 3981758.
HSL color Cylindrical-coordinate representation of color #BEC13C: hue angle of 61.35º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BEC13C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 60 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.24 |
| HSL | 61.35º | 0.53% | 0.5% | - |
| HSV(B) | 61.35º | 0.69% | 0.76% | - |
| XYZ | 41.12 | 49.41 | 11.65 | - |
| YUV | 176.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 60 | 0.02 | 0 | 0.69 | 0.24 | 61.35 | 0.53 | 0.5 |
| Hex | BE | C1 | 3C | 2 | 0 | 45 | 18 | 3D | 35 | 32 |
| Octal | 276 | 301 | 74 | 2 | 0 | 105 | 30 | 75 | 65 | 62 |
| Binary | 10111110 | 11000001 | 111100 | 10 | 0 | 1000101 | 11000 | 111101 | 110101 | 110010 |
Color Harmonies of #BEC13C
Complementary color
Monochromatic Colors of #BEC13C
Black with #BEC13C
Text Example
Text Example
White with #BEC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC13C; }
p { color: rgb(190,193,60); }
H1.HeaderClassName
{
color: #BEC13C;
}
.AnyTagClassName
{
color: #BEC13C;
}
</style>
background-color css
<style>
a { background-color: #BEC13C; }
a { background-color: rgb(190,193,60); }
div.DivClassName
{
background-color: #BEC13C;
}
.BgClassName
{
background-color: #BEC13C;
}
</style>
border-color css
<style>
span { border-color: #BEC13C; }
span { border-color: rgb(190,193,60); }
td.TdClassName
{
border-color: #BEC13C;
}
.TagClassName
{
border-color: #BEC13C;
}
</style>