Shades of Celery #BEC450
Tints of Celery #BEC450
RGB
CMYK
RGB Variations
Color information
#BEC450 (or 0xBEC450) is known color: Celery. HEX triplet: BE, C4 and 50. RGB value is (190,196,80). Sum of RGB (Red+Green+Blue) = 190+196+80=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC450 is #413BAF. Grayscale: #B5B5B5. Windows color (decimal): -4275120 or 5293246. OLE color: 5293246.
HSL color Cylindrical-coordinate representation of color #BEC450: hue angle of 63.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BEC450 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 196 | 80 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.23 |
| HSL | 63.1º | 0.5% | 0.54% | - |
| HSV(B) | 63.1º | 0.59% | 0.77% | - |
| XYZ | 42.42 | 51.01 | 15.2 | - |
| YUV | 180.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 196 | 80 | 0.03 | 0 | 0.59 | 0.23 | 63.1 | 0.5 | 0.54 |
| Hex | BE | C4 | 50 | 3 | 0 | 3B | 17 | 3F | 32 | 36 |
| Octal | 276 | 304 | 120 | 3 | 0 | 73 | 27 | 77 | 62 | 66 |
| Binary | 10111110 | 11000100 | 1010000 | 11 | 0 | 111011 | 10111 | 111111 | 110010 | 110110 |
Color Harmonies of #BEC450
Complementary color
Monochromatic Colors of #BEC450
Black with #BEC450
Text Example
Text Example
White with #BEC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC450; }
p { color: rgb(190,196,80); }
H1.HeaderClassName
{
color: #BEC450;
}
.AnyTagClassName
{
color: #BEC450;
}
</style>
background-color css
<style>
a { background-color: #BEC450; }
a { background-color: rgb(190,196,80); }
div.DivClassName
{
background-color: #BEC450;
}
.BgClassName
{
background-color: #BEC450;
}
</style>
border-color css
<style>
span { border-color: #BEC450; }
span { border-color: rgb(190,196,80); }
td.TdClassName
{
border-color: #BEC450;
}
.TagClassName
{
border-color: #BEC450;
}
</style>