Shades of Celery #BEC949
Tints of Celery #BEC949
RGB
CMYK
RGB Variations
Color information
#BEC949 (or 0xBEC949) is known color: Celery. HEX triplet: BE, C9 and 49. RGB value is (190,201,73). Sum of RGB (Red+Green+Blue) = 190+201+73=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC949 is #4136B6. Grayscale: #B7B7B7. Windows color (decimal): -4273847 or 4835774. OLE color: 4835774.
HSL color Cylindrical-coordinate representation of color #BEC949: hue angle of 65.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEC949 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 73 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.21 |
| HSL | 65.16º | 0.54% | 0.54% | - |
| HSV(B) | 65.16º | 0.64% | 0.79% | - |
| XYZ | 43.32 | 53.2 | 14.29 | - |
| YUV | 183.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 73 | 0.05 | 0 | 0.64 | 0.21 | 65.16 | 0.54 | 0.54 |
| Hex | BE | C9 | 49 | 5 | 0 | 40 | 15 | 41 | 36 | 36 |
| Octal | 276 | 311 | 111 | 5 | 0 | 100 | 25 | 101 | 66 | 66 |
| Binary | 10111110 | 11001001 | 1001001 | 101 | 0 | 1000000 | 10101 | 1000001 | 110110 | 110110 |
Color Harmonies of #BEC949
Complementary color
Monochromatic Colors of #BEC949
Black with #BEC949
Text Example
Text Example
White with #BEC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC949; }
p { color: rgb(190,201,73); }
H1.HeaderClassName
{
color: #BEC949;
}
.AnyTagClassName
{
color: #BEC949;
}
</style>
background-color css
<style>
a { background-color: #BEC949; }
a { background-color: rgb(190,201,73); }
div.DivClassName
{
background-color: #BEC949;
}
.BgClassName
{
background-color: #BEC949;
}
</style>
border-color css
<style>
span { border-color: #BEC949; }
span { border-color: rgb(190,201,73); }
td.TdClassName
{
border-color: #BEC949;
}
.TagClassName
{
border-color: #BEC949;
}
</style>