Shades of Celery #BEC142
Tints of Celery #BEC142
RGB
CMYK
RGB Variations
Color information
#BEC142 (or 0xBEC142) is known color: Celery. HEX triplet: BE, C1 and 42. RGB value is (190,193,66). Sum of RGB (Red+Green+Blue) = 190+193+66=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC142 is #413EBD. Grayscale: #B2B2B2. Windows color (decimal): -4275902 or 4374974. OLE color: 4374974.
HSL color Cylindrical-coordinate representation of color #BEC142: hue angle of 61.42º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEC142 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 66 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.24 |
| HSL | 61.42º | 0.51% | 0.51% | - |
| HSV(B) | 61.42º | 0.66% | 0.76% | - |
| XYZ | 41.29 | 49.48 | 12.53 | - |
| YUV | 177.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 66 | 0.02 | 0 | 0.66 | 0.24 | 61.42 | 0.51 | 0.51 |
| Hex | BE | C1 | 42 | 2 | 0 | 42 | 18 | 3D | 33 | 33 |
| Octal | 276 | 301 | 102 | 2 | 0 | 102 | 30 | 75 | 63 | 63 |
| Binary | 10111110 | 11000001 | 1000010 | 10 | 0 | 1000010 | 11000 | 111101 | 110011 | 110011 |
Color Harmonies of #BEC142
Complementary color
Monochromatic Colors of #BEC142
Black with #BEC142
Text Example
Text Example
White with #BEC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC142; }
p { color: rgb(190,193,66); }
H1.HeaderClassName
{
color: #BEC142;
}
.AnyTagClassName
{
color: #BEC142;
}
</style>
background-color css
<style>
a { background-color: #BEC142; }
a { background-color: rgb(190,193,66); }
div.DivClassName
{
background-color: #BEC142;
}
.BgClassName
{
background-color: #BEC142;
}
</style>
border-color css
<style>
span { border-color: #BEC142; }
span { border-color: rgb(190,193,66); }
td.TdClassName
{
border-color: #BEC142;
}
.TagClassName
{
border-color: #BEC142;
}
</style>