#BEC24A

Color #BEC24A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BEC24A

Tints of Celery #BEC24A

Color information

#BEC24A (or 0xBEC24A) is unknown color: approx Celery. HEX triplet: BE, C2 and 4A. RGB value is (190,194,74). Sum of RGB (Red+Green+Blue) = 190+194+74=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC24A is #413DB5. Grayscale: #B3B3B3. Windows color (decimal): -4275638 or 4899518. OLE color: 4899518.

HSL color Cylindrical-coordinate representation of color #BEC24A: hue angle of 62º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEC24A is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19019474-
CMYK0.0200.620.24
HSL62º49.59%52.55%-
HSV(B)62º61.86%76.08%-
XYZ41.7650.0313.93-
YUV179.1268.67135.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 74 (29.30% from 255) = 16.16%
R=41.48%
G=42.36%
B=16.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194740.0200.620.246249.5952.55
HexBEC24A203E183e3235
Octal276302112207630766265
Binary1011111011000010100101010011111011000111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC24A; }

 p { color: rgb(190,194,74); }

 H1.HeaderClassName
 {
   color: #BEC24A;
 }
 .AnyTagClassName
 {
   color: #BEC24A;
 }
</style>
background-color css

<style>
 a { background-color: #BEC24A; }

 a { background-color: rgb(190,194,74); }

 div.DivClassName
 {
   background-color: #BEC24A;
 }
 .BgClassName
 {
   background-color: #BEC24A;
 }
</style>
border-color css

<style>
 span { border-color: #BEC24A; }

 span { border-color: rgb(190,194,74); }

 td.TdClassName
 {
   border-color: #BEC24A;
 }
 .TagClassName
 {
   border-color: #BEC24A;
 }
</style>