Shades of Celery #BEC749
Tints of Celery #BEC749
RGB
CMYK
RGB Variations
Color information
#BEC749 (or 0xBEC749) is known color: Celery. HEX triplet: BE, C7 and 49. RGB value is (190,199,73). Sum of RGB (Red+Green+Blue) = 190+199+73=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC749 is #4138B6. Grayscale: #B6B6B6. Windows color (decimal): -4274359 or 4835262. OLE color: 4835262.
HSL color Cylindrical-coordinate representation of color #BEC749: hue angle of 64.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEC749 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 199 | 73 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.22 |
| HSL | 64.29º | 0.53% | 0.53% | - |
| HSV(B) | 64.29º | 0.63% | 0.78% | - |
| XYZ | 42.86 | 52.28 | 14.13 | - |
| YUV | 181.95 | 66.52 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 199 | 73 | 0.05 | 0 | 0.63 | 0.22 | 64.29 | 0.53 | 0.53 |
| Hex | BE | C7 | 49 | 5 | 0 | 3F | 16 | 40 | 35 | 35 |
| Octal | 276 | 307 | 111 | 5 | 0 | 77 | 26 | 100 | 65 | 65 |
| Binary | 10111110 | 11000111 | 1001001 | 101 | 0 | 111111 | 10110 | 1000000 | 110101 | 110101 |
Color Harmonies of #BEC749
Complementary color
Monochromatic Colors of #BEC749
Black with #BEC749
Text Example
Text Example
White with #BEC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC749; }
p { color: rgb(190,199,73); }
H1.HeaderClassName
{
color: #BEC749;
}
.AnyTagClassName
{
color: #BEC749;
}
</style>
background-color css
<style>
a { background-color: #BEC749; }
a { background-color: rgb(190,199,73); }
div.DivClassName
{
background-color: #BEC749;
}
.BgClassName
{
background-color: #BEC749;
}
</style>
border-color css
<style>
span { border-color: #BEC749; }
span { border-color: rgb(190,199,73); }
td.TdClassName
{
border-color: #BEC749;
}
.TagClassName
{
border-color: #BEC749;
}
</style>