Shades of Celery #BEC141
Tints of Celery #BEC141
RGB
CMYK
RGB Variations
Color information
#BEC141 (or 0xBEC141) is known color: Celery. HEX triplet: BE, C1 and 41. RGB value is (190,193,65). Sum of RGB (Red+Green+Blue) = 190+193+65=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC141 is #413EBE. Grayscale: #B2B2B2. Windows color (decimal): -4275903 or 4309438. OLE color: 4309438.
HSL color Cylindrical-coordinate representation of color #BEC141: hue angle of 61.41º 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 #BEC141 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 65 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.24 |
| HSL | 61.41º | 0.51% | 0.51% | - |
| HSV(B) | 61.41º | 0.66% | 0.76% | - |
| XYZ | 41.26 | 49.47 | 12.37 | - |
| YUV | 177.51 | 64.51 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 65 | 0.02 | 0 | 0.66 | 0.24 | 61.41 | 0.51 | 0.51 |
| Hex | BE | C1 | 41 | 2 | 0 | 42 | 18 | 3D | 33 | 33 |
| Octal | 276 | 301 | 101 | 2 | 0 | 102 | 30 | 75 | 63 | 63 |
| Binary | 10111110 | 11000001 | 1000001 | 10 | 0 | 1000010 | 11000 | 111101 | 110011 | 110011 |
Color Harmonies of #BEC141
Complementary color
Monochromatic Colors of #BEC141
Black with #BEC141
Text Example
Text Example
White with #BEC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC141; }
p { color: rgb(190,193,65); }
H1.HeaderClassName
{
color: #BEC141;
}
.AnyTagClassName
{
color: #BEC141;
}
</style>
background-color css
<style>
a { background-color: #BEC141; }
a { background-color: rgb(190,193,65); }
div.DivClassName
{
background-color: #BEC141;
}
.BgClassName
{
background-color: #BEC141;
}
</style>
border-color css
<style>
span { border-color: #BEC141; }
span { border-color: rgb(190,193,65); }
td.TdClassName
{
border-color: #BEC141;
}
.TagClassName
{
border-color: #BEC141;
}
</style>