Shades of Celery #BEC052
Tints of Celery #BEC052
RGB
CMYK
RGB Variations
Color information
#BEC052 (or 0xBEC052) is known color: Celery. HEX triplet: BE, C0 and 52. RGB value is (190,192,82). Sum of RGB (Red+Green+Blue) = 190+192+82=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC052 is #413FAD. Grayscale: #B3B3B3. Windows color (decimal): -4276142 or 5423294. OLE color: 5423294.
HSL color Cylindrical-coordinate representation of color #BEC052: hue angle of 61.09º degrees, saturation: 0.47, 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 #BEC052 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 192 | 82 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.25 |
| HSL | 61.09º | 0.47% | 0.54% | - |
| HSV(B) | 61.09º | 0.57% | 0.75% | - |
| XYZ | 41.61 | 49.26 | 15.3 | - |
| YUV | 178.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 192 | 82 | 0.01 | 0 | 0.57 | 0.25 | 61.09 | 0.47 | 0.54 |
| Hex | BE | C0 | 52 | 1 | 0 | 39 | 19 | 3D | 2F | 36 |
| Octal | 276 | 300 | 122 | 1 | 0 | 71 | 31 | 75 | 57 | 66 |
| Binary | 10111110 | 11000000 | 1010010 | 1 | 0 | 111001 | 11001 | 111101 | 101111 | 110110 |
Color Harmonies of #BEC052
Complementary color
Monochromatic Colors of #BEC052
Black with #BEC052
Text Example
Text Example
White with #BEC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC052; }
p { color: rgb(190,192,82); }
H1.HeaderClassName
{
color: #BEC052;
}
.AnyTagClassName
{
color: #BEC052;
}
</style>
background-color css
<style>
a { background-color: #BEC052; }
a { background-color: rgb(190,192,82); }
div.DivClassName
{
background-color: #BEC052;
}
.BgClassName
{
background-color: #BEC052;
}
</style>
border-color css
<style>
span { border-color: #BEC052; }
span { border-color: rgb(190,192,82); }
td.TdClassName
{
border-color: #BEC052;
}
.TagClassName
{
border-color: #BEC052;
}
</style>