Shades of Celery #BEC148
Tints of Celery #BEC148
RGB
CMYK
RGB Variations
Color information
#BEC148 (or 0xBEC148) is known color: Celery. HEX triplet: BE, C1 and 48. RGB value is (190,193,72). Sum of RGB (Red+Green+Blue) = 190+193+72=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC148 is #413EB7. Grayscale: #B2B2B2. Windows color (decimal): -4275896 or 4768190. OLE color: 4768190.
HSL color Cylindrical-coordinate representation of color #BEC148: hue angle of 61.49º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEC148 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 72 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.24 |
| HSL | 61.49º | 0.49% | 0.52% | - |
| HSV(B) | 61.49º | 0.63% | 0.76% | - |
| XYZ | 41.47 | 49.55 | 13.51 | - |
| YUV | 178.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 72 | 0.02 | 0 | 0.63 | 0.24 | 61.49 | 0.49 | 0.52 |
| Hex | BE | C1 | 48 | 2 | 0 | 3F | 18 | 3D | 31 | 34 |
| Octal | 276 | 301 | 110 | 2 | 0 | 77 | 30 | 75 | 61 | 64 |
| Binary | 10111110 | 11000001 | 1001000 | 10 | 0 | 111111 | 11000 | 111101 | 110001 | 110100 |
Color Harmonies of #BEC148
Complementary color
Monochromatic Colors of #BEC148
Black with #BEC148
Text Example
Text Example
White with #BEC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC148; }
p { color: rgb(190,193,72); }
H1.HeaderClassName
{
color: #BEC148;
}
.AnyTagClassName
{
color: #BEC148;
}
</style>
background-color css
<style>
a { background-color: #BEC148; }
a { background-color: rgb(190,193,72); }
div.DivClassName
{
background-color: #BEC148;
}
.BgClassName
{
background-color: #BEC148;
}
</style>
border-color css
<style>
span { border-color: #BEC148; }
span { border-color: rgb(190,193,72); }
td.TdClassName
{
border-color: #BEC148;
}
.TagClassName
{
border-color: #BEC148;
}
</style>