Shades of Celery #BEC14A
Tints of Celery #BEC14A
RGB
CMYK
RGB Variations
Color information
#BEC14A (or 0xBEC14A) is known color: Celery. HEX triplet: BE, C1 and 4A. RGB value is (190,193,74). Sum of RGB (Red+Green+Blue) = 190+193+74=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC14A is #413EB5. Grayscale: #B3B3B3. Windows color (decimal): -4275894 or 4899262. OLE color: 4899262.
HSL color Cylindrical-coordinate representation of color #BEC14A: hue angle of 61.51º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEC14A is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 193 | 74 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.24 |
| HSL | 61.51º | 0.49% | 0.52% | - |
| HSV(B) | 61.51º | 0.62% | 0.76% | - |
| XYZ | 41.54 | 49.58 | 13.86 | - |
| YUV | 178.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 193 | 74 | 0.02 | 0 | 0.62 | 0.24 | 61.51 | 0.49 | 0.52 |
| Hex | BE | C1 | 4A | 2 | 0 | 3E | 18 | 3E | 31 | 34 |
| Octal | 276 | 301 | 112 | 2 | 0 | 76 | 30 | 76 | 61 | 64 |
| Binary | 10111110 | 11000001 | 1001010 | 10 | 0 | 111110 | 11000 | 111110 | 110001 | 110100 |
Color Harmonies of #BEC14A
Complementary color
Monochromatic Colors of #BEC14A
Black with #BEC14A
Text Example
Text Example
White with #BEC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC14A; }
p { color: rgb(190,193,74); }
H1.HeaderClassName
{
color: #BEC14A;
}
.AnyTagClassName
{
color: #BEC14A;
}
</style>
background-color css
<style>
a { background-color: #BEC14A; }
a { background-color: rgb(190,193,74); }
div.DivClassName
{
background-color: #BEC14A;
}
.BgClassName
{
background-color: #BEC14A;
}
</style>
border-color css
<style>
span { border-color: #BEC14A; }
span { border-color: rgb(190,193,74); }
td.TdClassName
{
border-color: #BEC14A;
}
.TagClassName
{
border-color: #BEC14A;
}
</style>