Shades of Celery #BEC150
Tints of Celery #BEC150
RGB
CMYK
RGB Variations
Color information
#BEC150 (or 0xBEC150) is known color: Celery. HEX triplet: BE, C1 and 50. RGB value is (190,193,80). Sum of RGB (Red+Green+Blue) = 190+193+80=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC150 is #413EAF. Grayscale: #B3B3B3. Windows color (decimal): -4275888 or 5292478. OLE color: 5292478.
HSL color Cylindrical-coordinate representation of color #BEC150: hue angle of 61.59º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEC150 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 80 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.24 |
| HSL | 61.59º | 0.48% | 0.54% | - |
| HSV(B) | 61.59º | 0.59% | 0.76% | - |
| XYZ | 41.75 | 49.67 | 14.98 | - |
| YUV | 179.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 80 | 0.02 | 0 | 0.59 | 0.24 | 61.59 | 0.48 | 0.54 |
| Hex | BE | C1 | 50 | 2 | 0 | 3B | 18 | 3E | 30 | 36 |
| Octal | 276 | 301 | 120 | 2 | 0 | 73 | 30 | 76 | 60 | 66 |
| Binary | 10111110 | 11000001 | 1010000 | 10 | 0 | 111011 | 11000 | 111110 | 110000 | 110110 |
Color Harmonies of #BEC150
Complementary color
Monochromatic Colors of #BEC150
Black with #BEC150
Text Example
Text Example
White with #BEC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC150; }
p { color: rgb(190,193,80); }
H1.HeaderClassName
{
color: #BEC150;
}
.AnyTagClassName
{
color: #BEC150;
}
</style>
background-color css
<style>
a { background-color: #BEC150; }
a { background-color: rgb(190,193,80); }
div.DivClassName
{
background-color: #BEC150;
}
.BgClassName
{
background-color: #BEC150;
}
</style>
border-color css
<style>
span { border-color: #BEC150; }
span { border-color: rgb(190,193,80); }
td.TdClassName
{
border-color: #BEC150;
}
.TagClassName
{
border-color: #BEC150;
}
</style>