#BEC14E

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

Shades of Celery #BEC14E

Tints of Celery #BEC14E

Color information

#BEC14E (or 0xBEC14E) is unknown color: approx Celery. HEX triplet: BE, C1 and 4E. RGB value is (190,193,78). Sum of RGB (Red+Green+Blue) = 190+193+78=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC14E is #413EB1. Grayscale: #B3B3B3. Windows color (decimal): -4275890 or 5161406. OLE color: 5161406.

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

Color convert

RGB19019378-
CMYK0.0200.600.24
HSL61.57º48.12%53.14%-
HSV(B)61.57º59.59%75.69%-
XYZ41.6849.6414.59-
YUV178.9971.01135.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 193 (75.78% from 255) = 41.87%
BLUE value IS 78 (30.86% from 255) = 16.92%
R=41.21%
G=41.87%
B=16.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190193780.0200.600.2461.5748.1253.14
HexBEC14E203C183e3035
Octal276301116207430766065
Binary1011111011000001100111010011110011000111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC14E; }

 p { color: rgb(190,193,78); }

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

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

 a { background-color: rgb(190,193,78); }

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

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

 span { border-color: rgb(190,193,78); }

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