Shades of Celery #BEC946
Tints of Celery #BEC946
RGB
CMYK
RGB Variations
Color information
#BEC946 (or 0xBEC946) is known color: Celery. HEX triplet: BE, C9 and 46. RGB value is (190,201,70). Sum of RGB (Red+Green+Blue) = 190+201+70=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC946 is #4136B9. Grayscale: #B7B7B7. Windows color (decimal): -4273850 or 4639166. OLE color: 4639166.
HSL color Cylindrical-coordinate representation of color #BEC946: hue angle of 65.04º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEC946 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 70 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.21 |
| HSL | 65.04º | 0.55% | 0.53% | - |
| HSV(B) | 65.04º | 0.65% | 0.79% | - |
| XYZ | 43.23 | 53.16 | 13.78 | - |
| YUV | 182.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 70 | 0.05 | 0 | 0.65 | 0.21 | 65.04 | 0.55 | 0.53 |
| Hex | BE | C9 | 46 | 5 | 0 | 41 | 15 | 41 | 37 | 35 |
| Octal | 276 | 311 | 106 | 5 | 0 | 101 | 25 | 101 | 67 | 65 |
| Binary | 10111110 | 11001001 | 1000110 | 101 | 0 | 1000001 | 10101 | 1000001 | 110111 | 110101 |
Color Harmonies of #BEC946
Complementary color
Monochromatic Colors of #BEC946
Black with #BEC946
Text Example
Text Example
White with #BEC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC946; }
p { color: rgb(190,201,70); }
H1.HeaderClassName
{
color: #BEC946;
}
.AnyTagClassName
{
color: #BEC946;
}
</style>
background-color css
<style>
a { background-color: #BEC946; }
a { background-color: rgb(190,201,70); }
div.DivClassName
{
background-color: #BEC946;
}
.BgClassName
{
background-color: #BEC946;
}
</style>
border-color css
<style>
span { border-color: #BEC946; }
span { border-color: rgb(190,201,70); }
td.TdClassName
{
border-color: #BEC946;
}
.TagClassName
{
border-color: #BEC946;
}
</style>