#BEC14D

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

Shades of Celery #BEC14D

Tints of Celery #BEC14D

Color information

#BEC14D (or 0xBEC14D) is unknown color: approx Celery. HEX triplet: BE, C1 and 4D. RGB value is (190,193,77). Sum of RGB (Red+Green+Blue) = 190+193+77=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC14D is #413EB2. Grayscale: #B3B3B3. Windows color (decimal): -4275891 or 5095870. OLE color: 5095870.

HSL color Cylindrical-coordinate representation of color #BEC14D: hue angle of 61.55º 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 #BEC14D is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19019377-
CMYK0.0200.600.24
HSL61.55º48.33%52.94%-
HSV(B)61.55º60.1%75.69%-
XYZ41.6449.6214.4-
YUV178.8870.51135.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 77 (30.47% from 255) = 16.74%
R=41.30%
G=41.96%
B=16.74%

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
Decimal190193770.0200.600.2461.5548.3352.94
HexBEC14D203C183e3035
Octal276301115207430766065
Binary1011111011000001100110110011110011000111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC14D; }

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

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

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

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

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

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

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

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