Shades of Celery #BEC850
Tints of Celery #BEC850
RGB
CMYK
RGB Variations
Color information
#BEC850 (or 0xBEC850) is known color: Celery. HEX triplet: BE, C8 and 50. RGB value is (190,200,80). Sum of RGB (Red+Green+Blue) = 190+200+80=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC850 is #4137AF. Grayscale: #B7B7B7. Windows color (decimal): -4274096 or 5294270. OLE color: 5294270.
HSL color Cylindrical-coordinate representation of color #BEC850: hue angle of 65º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEC850 is Cyan = 0.05, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 80 | - |
| CMYK | 0.05 | 0 | 0.6 | 0.22 |
| HSL | 65º | 0.52% | 0.55% | - |
| HSV(B) | 65º | 0.6% | 0.78% | - |
| XYZ | 43.34 | 52.83 | 15.5 | - |
| YUV | 183.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 80 | 0.05 | 0 | 0.6 | 0.22 | 65 | 0.52 | 0.55 |
| Hex | BE | C8 | 50 | 5 | 0 | 3C | 16 | 41 | 34 | 37 |
| Octal | 276 | 310 | 120 | 5 | 0 | 74 | 26 | 101 | 64 | 67 |
| Binary | 10111110 | 11001000 | 1010000 | 101 | 0 | 111100 | 10110 | 1000001 | 110100 | 110111 |
Color Harmonies of #BEC850
Complementary color
Monochromatic Colors of #BEC850
Black with #BEC850
Text Example
Text Example
White with #BEC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC850; }
p { color: rgb(190,200,80); }
H1.HeaderClassName
{
color: #BEC850;
}
.AnyTagClassName
{
color: #BEC850;
}
</style>
background-color css
<style>
a { background-color: #BEC850; }
a { background-color: rgb(190,200,80); }
div.DivClassName
{
background-color: #BEC850;
}
.BgClassName
{
background-color: #BEC850;
}
</style>
border-color css
<style>
span { border-color: #BEC850; }
span { border-color: rgb(190,200,80); }
td.TdClassName
{
border-color: #BEC850;
}
.TagClassName
{
border-color: #BEC850;
}
</style>