Shades of Celery #BEC642
Tints of Celery #BEC642
RGB
CMYK
RGB Variations
Color information
#BEC642 (or 0xBEC642) is known color: Celery. HEX triplet: BE, C6 and 42. RGB value is (190,198,66). Sum of RGB (Red+Green+Blue) = 190+198+66=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC642 is #4139BD. Grayscale: #B5B5B5. Windows color (decimal): -4274622 or 4376254. OLE color: 4376254.
HSL color Cylindrical-coordinate representation of color #BEC642: hue angle of 63.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEC642 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 66 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.22 |
| HSL | 63.64º | 0.54% | 0.52% | - |
| HSV(B) | 63.64º | 0.67% | 0.78% | - |
| XYZ | 42.41 | 51.73 | 12.9 | - |
| YUV | 180.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 66 | 0.04 | 0 | 0.67 | 0.22 | 63.64 | 0.54 | 0.52 |
| Hex | BE | C6 | 42 | 4 | 0 | 43 | 16 | 40 | 36 | 34 |
| Octal | 276 | 306 | 102 | 4 | 0 | 103 | 26 | 100 | 66 | 64 |
| Binary | 10111110 | 11000110 | 1000010 | 100 | 0 | 1000011 | 10110 | 1000000 | 110110 | 110100 |
Color Harmonies of #BEC642
Complementary color
Monochromatic Colors of #BEC642
Black with #BEC642
Text Example
Text Example
White with #BEC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC642; }
p { color: rgb(190,198,66); }
H1.HeaderClassName
{
color: #BEC642;
}
.AnyTagClassName
{
color: #BEC642;
}
</style>
background-color css
<style>
a { background-color: #BEC642; }
a { background-color: rgb(190,198,66); }
div.DivClassName
{
background-color: #BEC642;
}
.BgClassName
{
background-color: #BEC642;
}
</style>
border-color css
<style>
span { border-color: #BEC642; }
span { border-color: rgb(190,198,66); }
td.TdClassName
{
border-color: #BEC642;
}
.TagClassName
{
border-color: #BEC642;
}
</style>