Shades of Celery #BEC346
Tints of Celery #BEC346
RGB
CMYK
RGB Variations
Color information
#BEC346 (or 0xBEC346) is known color: Celery. HEX triplet: BE, C3 and 46. RGB value is (190,195,70). Sum of RGB (Red+Green+Blue) = 190+195+70=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC346 is #413CB9. Grayscale: #B3B3B3. Windows color (decimal): -4275386 or 4637630. OLE color: 4637630.
HSL color Cylindrical-coordinate representation of color #BEC346: hue angle of 62.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEC346 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 195 | 70 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.24 |
| HSL | 62.4º | 0.51% | 0.52% | - |
| HSV(B) | 62.4º | 0.64% | 0.76% | - |
| XYZ | 41.86 | 50.42 | 13.32 | - |
| YUV | 179.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 195 | 70 | 0.03 | 0 | 0.64 | 0.24 | 62.4 | 0.51 | 0.52 |
| Hex | BE | C3 | 46 | 3 | 0 | 40 | 18 | 3E | 33 | 34 |
| Octal | 276 | 303 | 106 | 3 | 0 | 100 | 30 | 76 | 63 | 64 |
| Binary | 10111110 | 11000011 | 1000110 | 11 | 0 | 1000000 | 11000 | 111110 | 110011 | 110100 |
Color Harmonies of #BEC346
Complementary color
Monochromatic Colors of #BEC346
Black with #BEC346
Text Example
Text Example
White with #BEC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC346; }
p { color: rgb(190,195,70); }
H1.HeaderClassName
{
color: #BEC346;
}
.AnyTagClassName
{
color: #BEC346;
}
</style>
background-color css
<style>
a { background-color: #BEC346; }
a { background-color: rgb(190,195,70); }
div.DivClassName
{
background-color: #BEC346;
}
.BgClassName
{
background-color: #BEC346;
}
</style>
border-color css
<style>
span { border-color: #BEC346; }
span { border-color: rgb(190,195,70); }
td.TdClassName
{
border-color: #BEC346;
}
.TagClassName
{
border-color: #BEC346;
}
</style>