Shades of Celery #BEC251
Tints of Celery #BEC251
RGB
CMYK
RGB Variations
Color information
#BEC251 (or 0xBEC251) is known color: Celery. HEX triplet: BE, C2 and 51. RGB value is (190,194,81). Sum of RGB (Red+Green+Blue) = 190+194+81=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC251 is #413DAE. Grayscale: #B4B4B4. Windows color (decimal): -4275631 or 5358270. OLE color: 5358270.
HSL color Cylindrical-coordinate representation of color #BEC251: hue angle of 62.12º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEC251 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 194 | 81 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.24 |
| HSL | 62.12º | 0.48% | 0.54% | - |
| HSV(B) | 62.12º | 0.58% | 0.76% | - |
| XYZ | 42.01 | 50.12 | 15.25 | - |
| YUV | 179.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 194 | 81 | 0.02 | 0 | 0.58 | 0.24 | 62.12 | 0.48 | 0.54 |
| Hex | BE | C2 | 51 | 2 | 0 | 3A | 18 | 3E | 30 | 36 |
| Octal | 276 | 302 | 121 | 2 | 0 | 72 | 30 | 76 | 60 | 66 |
| Binary | 10111110 | 11000010 | 1010001 | 10 | 0 | 111010 | 11000 | 111110 | 110000 | 110110 |
Color Harmonies of #BEC251
Complementary color
Monochromatic Colors of #BEC251
Black with #BEC251
Text Example
Text Example
White with #BEC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC251; }
p { color: rgb(190,194,81); }
H1.HeaderClassName
{
color: #BEC251;
}
.AnyTagClassName
{
color: #BEC251;
}
</style>
background-color css
<style>
a { background-color: #BEC251; }
a { background-color: rgb(190,194,81); }
div.DivClassName
{
background-color: #BEC251;
}
.BgClassName
{
background-color: #BEC251;
}
</style>
border-color css
<style>
span { border-color: #BEC251; }
span { border-color: rgb(190,194,81); }
td.TdClassName
{
border-color: #BEC251;
}
.TagClassName
{
border-color: #BEC251;
}
</style>