Shades of Celery #BEC446
Tints of Celery #BEC446
RGB
CMYK
RGB Variations
Color information
#BEC446 (or 0xBEC446) is known color: Celery. HEX triplet: BE, C4 and 46. RGB value is (190,196,70). Sum of RGB (Red+Green+Blue) = 190+196+70=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC446 is #413BB9. Grayscale: #B4B4B4. Windows color (decimal): -4275130 or 4637886. OLE color: 4637886.
HSL color Cylindrical-coordinate representation of color #BEC446: hue angle of 62.86º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEC446 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 70 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.23 |
| HSL | 62.86º | 0.52% | 0.52% | - |
| HSV(B) | 62.86º | 0.64% | 0.77% | - |
| XYZ | 42.08 | 50.87 | 13.4 | - |
| YUV | 179.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 70 | 0.03 | 0 | 0.64 | 0.23 | 62.86 | 0.52 | 0.52 |
| Hex | BE | C4 | 46 | 3 | 0 | 40 | 17 | 3F | 34 | 34 |
| Octal | 276 | 304 | 106 | 3 | 0 | 100 | 27 | 77 | 64 | 64 |
| Binary | 10111110 | 11000100 | 1000110 | 11 | 0 | 1000000 | 10111 | 111111 | 110100 | 110100 |
Color Harmonies of #BEC446
Complementary color
Monochromatic Colors of #BEC446
Black with #BEC446
Text Example
Text Example
White with #BEC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC446; }
p { color: rgb(190,196,70); }
H1.HeaderClassName
{
color: #BEC446;
}
.AnyTagClassName
{
color: #BEC446;
}
</style>
background-color css
<style>
a { background-color: #BEC446; }
a { background-color: rgb(190,196,70); }
div.DivClassName
{
background-color: #BEC446;
}
.BgClassName
{
background-color: #BEC446;
}
</style>
border-color css
<style>
span { border-color: #BEC446; }
span { border-color: rgb(190,196,70); }
td.TdClassName
{
border-color: #BEC446;
}
.TagClassName
{
border-color: #BEC446;
}
</style>