#BEC14F

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

Shades of Celery #BEC14F

Tints of Celery #BEC14F

Color information

#BEC14F (or 0xBEC14F) is unknown color: approx Celery. HEX triplet: BE, C1 and 4F. RGB value is (190,193,79). Sum of RGB (Red+Green+Blue) = 190+193+79=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC14F is #413EB0. Grayscale: #B3B3B3. Windows color (decimal): -4275889 or 5226942. OLE color: 5226942.

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

Color convert

RGB19019379-
CMYK0.0200.590.24
HSL61.58º47.9%53.33%-
HSV(B)61.58º59.07%75.69%-
XYZ41.7249.6514.78-
YUV179.1171.51135.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 79 (31.25% from 255) = 17.10%
R=41.13%
G=41.77%
B=17.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190193790.0200.590.2461.5847.953.33
HexBEC14F203B183e3035
Octal276301117207330766065
Binary1011111011000001100111110011101111000111110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC14F; }

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

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

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

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

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

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

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

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