Shades of Celery #BEC549
Tints of Celery #BEC549
RGB
CMYK
RGB Variations
Color information
#BEC549 (or 0xBEC549) is known color: Celery. HEX triplet: BE, C5 and 49. RGB value is (190,197,73). Sum of RGB (Red+Green+Blue) = 190+197+73=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC549 is #413AB6. Grayscale: #B5B5B5. Windows color (decimal): -4274871 or 4834750. OLE color: 4834750.
HSL color Cylindrical-coordinate representation of color #BEC549: hue angle of 63.39º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEC549 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 73 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.23 |
| HSL | 63.39º | 0.52% | 0.53% | - |
| HSV(B) | 63.39º | 0.63% | 0.77% | - |
| XYZ | 42.4 | 51.36 | 13.98 | - |
| YUV | 180.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 73 | 0.04 | 0 | 0.63 | 0.23 | 63.39 | 0.52 | 0.53 |
| Hex | BE | C5 | 49 | 4 | 0 | 3F | 17 | 3F | 34 | 35 |
| Octal | 276 | 305 | 111 | 4 | 0 | 77 | 27 | 77 | 64 | 65 |
| Binary | 10111110 | 11000101 | 1001001 | 100 | 0 | 111111 | 10111 | 111111 | 110100 | 110101 |
Color Harmonies of #BEC549
Complementary color
Monochromatic Colors of #BEC549
Black with #BEC549
Text Example
Text Example
White with #BEC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC549; }
p { color: rgb(190,197,73); }
H1.HeaderClassName
{
color: #BEC549;
}
.AnyTagClassName
{
color: #BEC549;
}
</style>
background-color css
<style>
a { background-color: #BEC549; }
a { background-color: rgb(190,197,73); }
div.DivClassName
{
background-color: #BEC549;
}
.BgClassName
{
background-color: #BEC549;
}
</style>
border-color css
<style>
span { border-color: #BEC549; }
span { border-color: rgb(190,197,73); }
td.TdClassName
{
border-color: #BEC549;
}
.TagClassName
{
border-color: #BEC549;
}
</style>