Shades of Celery #BEC144
Tints of Celery #BEC144
RGB
CMYK
RGB Variations
Color information
#BEC144 (or 0xBEC144) is known color: Celery. HEX triplet: BE, C1 and 44. RGB value is (190,193,68). Sum of RGB (Red+Green+Blue) = 190+193+68=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC144 is #413EBB. Grayscale: #B2B2B2. Windows color (decimal): -4275900 or 4506046. OLE color: 4506046.
HSL color Cylindrical-coordinate representation of color #BEC144: hue angle of 61.44º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEC144 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 68 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.24 |
| HSL | 61.44º | 0.5% | 0.51% | - |
| HSV(B) | 61.44º | 0.65% | 0.76% | - |
| XYZ | 41.35 | 49.5 | 12.84 | - |
| YUV | 177.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 68 | 0.02 | 0 | 0.65 | 0.24 | 61.44 | 0.5 | 0.51 |
| Hex | BE | C1 | 44 | 2 | 0 | 41 | 18 | 3D | 32 | 33 |
| Octal | 276 | 301 | 104 | 2 | 0 | 101 | 30 | 75 | 62 | 63 |
| Binary | 10111110 | 11000001 | 1000100 | 10 | 0 | 1000001 | 11000 | 111101 | 110010 | 110011 |
Color Harmonies of #BEC144
Complementary color
Monochromatic Colors of #BEC144
Black with #BEC144
Text Example
Text Example
White with #BEC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC144; }
p { color: rgb(190,193,68); }
H1.HeaderClassName
{
color: #BEC144;
}
.AnyTagClassName
{
color: #BEC144;
}
</style>
background-color css
<style>
a { background-color: #BEC144; }
a { background-color: rgb(190,193,68); }
div.DivClassName
{
background-color: #BEC144;
}
.BgClassName
{
background-color: #BEC144;
}
</style>
border-color css
<style>
span { border-color: #BEC144; }
span { border-color: rgb(190,193,68); }
td.TdClassName
{
border-color: #BEC144;
}
.TagClassName
{
border-color: #BEC144;
}
</style>