Shades of Celery #BEC053
Tints of Celery #BEC053
RGB
CMYK
RGB Variations
Color information
#BEC053 (or 0xBEC053) is known color: Celery. HEX triplet: BE, C0 and 53. RGB value is (190,192,83). Sum of RGB (Red+Green+Blue) = 190+192+83=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC053 is #413FAC. Grayscale: #B3B3B3. Windows color (decimal): -4276141 or 5488830. OLE color: 5488830.
HSL color Cylindrical-coordinate representation of color #BEC053: hue angle of 61.1º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEC053 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 83 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.25 |
| HSL | 61.1º | 0.46% | 0.54% | - |
| HSV(B) | 61.1º | 0.57% | 0.75% | - |
| XYZ | 41.65 | 49.27 | 15.5 | - |
| YUV | 178.98 | 73.84 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 83 | 0.01 | 0 | 0.57 | 0.25 | 61.1 | 0.46 | 0.54 |
| Hex | BE | C0 | 53 | 1 | 0 | 39 | 19 | 3D | 2E | 36 |
| Octal | 276 | 300 | 123 | 1 | 0 | 71 | 31 | 75 | 56 | 66 |
| Binary | 10111110 | 11000000 | 1010011 | 1 | 0 | 111001 | 11001 | 111101 | 101110 | 110110 |
Color Harmonies of #BEC053
Complementary color
Monochromatic Colors of #BEC053
Black with #BEC053
Text Example
Text Example
White with #BEC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC053; }
p { color: rgb(190,192,83); }
H1.HeaderClassName
{
color: #BEC053;
}
.AnyTagClassName
{
color: #BEC053;
}
</style>
background-color css
<style>
a { background-color: #BEC053; }
a { background-color: rgb(190,192,83); }
div.DivClassName
{
background-color: #BEC053;
}
.BgClassName
{
background-color: #BEC053;
}
</style>
border-color css
<style>
span { border-color: #BEC053; }
span { border-color: rgb(190,192,83); }
td.TdClassName
{
border-color: #BEC053;
}
.TagClassName
{
border-color: #BEC053;
}
</style>