Shades of Celery #BEC440
Tints of Celery #BEC440
RGB
CMYK
RGB Variations
Color information
#BEC440 (or 0xBEC440) is known color: Celery. HEX triplet: BE, C4 and 40. RGB value is (190,196,64). Sum of RGB (Red+Green+Blue) = 190+196+64=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC440 is #413BBF. Grayscale: #B3B3B3. Windows color (decimal): -4275136 or 4244670. OLE color: 4244670.
HSL color Cylindrical-coordinate representation of color #BEC440: hue angle of 62.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEC440 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 64 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.23 |
| HSL | 62.73º | 0.53% | 0.51% | - |
| HSV(B) | 62.73º | 0.67% | 0.77% | - |
| XYZ | 41.9 | 50.8 | 12.45 | - |
| YUV | 179.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 64 | 0.03 | 0 | 0.67 | 0.23 | 62.73 | 0.53 | 0.51 |
| Hex | BE | C4 | 40 | 3 | 0 | 43 | 17 | 3F | 35 | 33 |
| Octal | 276 | 304 | 100 | 3 | 0 | 103 | 27 | 77 | 65 | 63 |
| Binary | 10111110 | 11000100 | 1000000 | 11 | 0 | 1000011 | 10111 | 111111 | 110101 | 110011 |
Color Harmonies of #BEC440
Complementary color
Monochromatic Colors of #BEC440
Black with #BEC440
Text Example
Text Example
White with #BEC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC440; }
p { color: rgb(190,196,64); }
H1.HeaderClassName
{
color: #BEC440;
}
.AnyTagClassName
{
color: #BEC440;
}
</style>
background-color css
<style>
a { background-color: #BEC440; }
a { background-color: rgb(190,196,64); }
div.DivClassName
{
background-color: #BEC440;
}
.BgClassName
{
background-color: #BEC440;
}
</style>
border-color css
<style>
span { border-color: #BEC440; }
span { border-color: rgb(190,196,64); }
td.TdClassName
{
border-color: #BEC440;
}
.TagClassName
{
border-color: #BEC440;
}
</style>